TextPointer.Parent Proprietà

Definizione

Ottiene l'elemento padre logico che definisce l'ambito della 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à

Elemento padre logico che definisce l'ambito della posizione corrente.

Si applica a

Vedi anche