StickyNoteControl.PenWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.