TextPointer.Parent Property

Definition

Gets the logical parent that scopes the current position.

public:
 property System::Windows::DependencyObject ^ Parent { System::Windows::DependencyObject ^ get(); };
public System.Windows.DependencyObject Parent { get; }
member this.Parent : System.Windows.DependencyObject
Public ReadOnly Property Parent As DependencyObject

Property Value

The logical parent that scopes the current position.

Applies to

See also