TextPointer.Parent Proprietà

Definizione

Ottiene il padre logico che fornisce l'ambito alla posizione corrente.

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

Valore della proprietà

Padre logico che fornisce l'ambito alla posizione corrente.

Si applica a

Vedi anche