​
​
​

Gets or sets a character scaling, in percent of the average character width, of the selected text.

​ Introduced: 30.0.

Syntax

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

Remarks

The property's default value is 100.

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

​