BasePortionFormatFontHeight Property |
Returns or sets the font height of a portion.
float.NaN means height is undefined and should be inherited from the Master.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public float FontHeight { get; set; }
Public Property FontHeight As Single
Get
Set
public:
virtual property float FontHeight {
float get () sealed;
void set (float value) sealed;
}
abstract FontHeight : float32 with get, set
override FontHeight : float32 with get, set
Property Value
Type:
SingleImplements
IBasePortionFormatFontHeightSee Also