TextPointer.Parent Property

Definition

public:
 property DependencyObject ^ Parent { DependencyObject ^ get(); };
DependencyObject Parent();
public DependencyObject Parent { get; }
var dependencyObject = textPointer.parent;
Public ReadOnly Property Parent As DependencyObject

Property Value

Applies to