StickyNoteControl.CaptionFontWeight Property

Definition

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

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

Property Value

A FontWeight structure representing the weight of the font, for example, bold, ultrabold, or extralight. The default is the value of MessageFontWeight.

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

Applies to