PictureFrameRelativeScaleHeight Property |
Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float RelativeScaleHeight { get; set; }
Public Property RelativeScaleHeight As Single
Get
Set
public:
virtual property float RelativeScaleHeight {
float get () sealed;
void set (float value) sealed;
}
abstract RelativeScaleHeight : float32 with get, set
override RelativeScaleHeight : float32 with get, set
Property Value
Type:
SingleImplements
IPictureFrameRelativeScaleHeight
See Also