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)
Syntaxpublic float Height { get; set; }
Public Property Height As Single
Get
Set
public:
virtual property float Height {
float get () sealed;
void set (float value) sealed;
}
abstract Height : float32 with get, set
override Height : float32 with get, set
Property Value
Type:
SingleImplements
IShapeHeight
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