set_Height()

IShape::set_Height(float) method

Sets the height of the shape. Write float.

virtual void Aspose::Slides::IShape::set_Height(float value)=0

Remarks

Returned value is always defined (is not std::numeric_limits::quiet_NaN()). Assigned value must be defined (not std::numeric_limits::quiet_NaN()). You can set undefined values for RawFrame instance properties.

See Also