LayoutElement
Parent Property
|
Gets the parent of this entity.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutElement Parent { get; }
Public ReadOnly Property Parent As LayoutElement
Get
public:
property LayoutElement^ Parent {
LayoutElement^ get ();
}
member Parent : LayoutElement with get
Property Value
Type:
LayoutElement
See Also