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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.