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