TextPointer.Parent Propriedade

Definição

Obtém o pai lógico que delimita a posição atual.

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 Propriedade

O pai lógico que define a posição atual.

Aplica-se a

Ver também