Gets a parent shape for the TextBox.
Namespace:
Aspose.Words.Drawing
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic Shape Parent { get; }
Public ReadOnly Property Parent As Shape
Get
public:
property Shape^ Parent {
Shape^ get ();
}
member Parent : Shape with get
Property Value
Type:
Shape
See Also