Returns or sets the width of the shape.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax float Width { get; set; }
Property Width As Single
Get
Set
property float Width {
float get ();
void set (float value);
}
abstract Width : float32 with get, set
Property Value
Type:
SingleRemarks
Returned value is always defined (is not float.NaN).
Assigned value must be defined (not float.NaN). You can set undefined values for RawFrame instance properties.
See Also