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