Returns or sets the height of the shape.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxfloat Height { get; set; }
Property Height As Single
Get
Set
property float Height {
float get ();
void set (float value);
}
abstract Height : float32 with get, set
Property Value
Type:
Single
Remarks
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