Gets or sets the size in points.
Read/Write
SizeF
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public SizeF Size { get; set; }
Public Property Size As SizeF
Get
Set
public:
property SizeF Size {
SizeF get ();
void set (SizeF value);
}
member Size : SizeF with get, set
Property Value
Type:
SizeF
See Also