Represents the Character width in 1/1200 of an inch.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CharacterWidth As Integer |
C# | |
---|
public int CharacterWidth {get; set;} |
C++/CLI | |
---|
public:
property int CharacterWidth {
int get();
void set (int value);
} |
Return Value
The Character width in 1/1200 of an inch. A value of zero (0) forces the automatic calculation of this property.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also