Bearbeiten

FrameworkRichTextComposition.CompositionStart Property

Definition

Gets the start position of the current composition text.

public:
 property System::Windows::Documents::TextPointer ^ CompositionStart { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer CompositionStart { get; }
member this.CompositionStart : System.Windows.Documents.TextPointer
Public ReadOnly Property CompositionStart As TextPointer

Property Value

The start position of the current composition text.

Applies to

See also