This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.CharacterWidth Property (ArcObjects .NET 10.5 SDK) |
The character width.
[Visual Basic .NET] Public Property CharacterWidth As Double
[C#] public double CharacterWidth {get; set;}
[C++]
HRESULT get_CharacterWidth(
double* CharacterWidth
);
[C++]
HRESULT put_CharacterWidth(
double CharacterWidth
);
[C++]
Parameters CharacterWidth [out, retval] CharacterWidth is a parameter of type double CharacterWidth [in] CharacterWidth is a parameter of type double
CharacterWidth is the width that is added to each character beyond what is defined by its character box in its font. Character width is a percentage of the original character.