TextPointer.Parent Propriété

Définition

Obtient le parent logique portant sur la position actuelle.

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

Valeur de propriété

DependencyObject

Le parent logique portant sur la position actuelle.

S’applique à

Voir aussi