StickyNoteControl.CaptionFontSize Property

Definition

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

public:
 property double CaptionFontSize { double get(); void set(double value); };
public double CaptionFontSize { get; set; }
member this.CaptionFontSize : double with get, set
Public Property CaptionFontSize As Double

Property Value

A Double representing the font size. The default is the value of MessageFontSize.

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

Applies to