StickyNoteControl.CaptionFontWeight 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 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 |