TextCharacterProperties
FontHeight Property
|
Gets or sets the font height of a text range.
Read/write
Int16
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public float FontHeight { get; set; }
Public Property FontHeight As Single
Get
Set
public:
property float FontHeight {
float get ();
void set (float value);
}
member FontHeight : float32 with get, set
Property Value
Type:
Single
See Also