StickyNoteControl.StickyNoteType Property

Definition

Gets a value that indicates whether the sticky note is text or ink.

public:
 property System::Windows::Controls::StickyNoteType StickyNoteType { System::Windows::Controls::StickyNoteType get(); };
public System.Windows.Controls.StickyNoteType StickyNoteType { get; }
member this.StickyNoteType : System.Windows.Controls.StickyNoteType
Public ReadOnly Property StickyNoteType As StickyNoteType

Property Value

A StickyNoteType value indicating the type of note. The default is Text.

Remarks

An ink StickyNoteControl can be used for handwritten notes on a tablet PC or other hardware that supports handwritten input.

We recommend that you do not attempt to get a reference to an instance of StickyNoteControl nor, hence, that you read this property directly. This property should be used only in styling StickyNoteControls.

Dependency Property Information

Identifier field StickyNoteTypeProperty
Metadata properties set to true None

Applies to