StickyNoteControl.CaptionFontStyle Property

Definition

Gets or sets the style of the font used for the caption of the StickyNoteControl.

public:
 property System::Windows::FontStyle CaptionFontStyle { System::Windows::FontStyle get(); void set(System::Windows::FontStyle value); };
public System.Windows.FontStyle CaptionFontStyle { get; set; }
member this.CaptionFontStyle : System.Windows.FontStyle with get, set
Public Property CaptionFontStyle As FontStyle

Property Value

A FontStyle structure representing the style of the caption as normal, italic, or oblique. The default is the value of MessageFontStyle.

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 CaptionFontStyleProperty
Metadata properties set to true AffectsMeasure

Applies to