Gets the size of the shape in its native units. Top level shapes are in points. Child shapes are in parent coordinate system.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public SizeF Size { get; }
Public ReadOnly Property Size As SizeF
Get
public:
property SizeF Size {
SizeF get ();
}
member Size : SizeF with get
Property Value
Type:
SizeF
See Also