TextPointer.Parent Propiedad

Definición

Obtiene el elemento primario lógico que establece el ámbito de la posición actual.

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

Valor de propiedad

DependencyObject

El elemento primario lógico que establece el ámbito de la posición actual.

Se aplica a

Consulte también