StickyNoteControl.PenWidth Property

Definition

Gets or sets the width of the pen for an ink StickyNoteControl.

public:
 property double PenWidth { double get(); void set(double value); };
public double PenWidth { get; set; }
member this.PenWidth : double with get, set
Public Property PenWidth As Double

Property Value

A Double representing the width of the pen. The default is the value of Width.

Remarks

We recommend that you do not attempt to get a reference to an instance of StickyNoteControl nor, hence, that you read or write this property directly. This property should be used only in styling StickyNoteControls.

Dependency Property Information

Identifier field PenWidthProperty
Metadata properties set to true AffectsMeasure,

AffectsRender

Applies to