In This Topic
Gets or sets that the contents of the run shall not be automatically displayed based on the width of its contents,
rather its contents shall be resized to fit the width specified by the this property.
This expansion/contraction shall be performed by equally increasing/decreasing the size of each character in the run's contents when displayed.
Syntax
'Declaration
Public Property FitTextWidth As System.Single
public System.float FitTextWidth {get; set;}
See Also