StickyNoteControl.IsExpanded Property

Definition

Gets or sets a value indicating whether the StickyNoteControl is expanded.

public:
 property bool IsExpanded { bool get(); void set(bool value); };
public bool IsExpanded { get; set; }
member this.IsExpanded : bool with get, set
Public Property IsExpanded As Boolean

Property Value

true if the control is expanded; otherwise, false. The default is true.

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.

Dependency Property Information

Identifier field IsExpandedProperty
Metadata properties set to true None

Applies to