Gets or sets the font's size, in twips, of the selected text.

Syntax

public int FontSize { get; set; }
Public Property FontSize() As Integer

Limitations

Runtime only.

Remarks

The property's default value is 200 twips, which equals 10 points.

The property returns its default value when the text selection contains multiple characters with mixed font sizes. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.