Click or drag to resize

DefaultTextRangeProperties FontHeight Property

Gets or sets the font height of a text range. float.NaN means height is undefined and should be inherited from the Master. 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; }

Property Value

Type: Single
See Also