CharHeightInPts Property (ITextFormat)
Gets or sets the height of the font in points.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CharHeightInPts As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As Integer
instance.CharHeightInPts = value
value = instance.CharHeightInPts
|
C# | |
---|
int CharHeightInPts {get; set;} |
C++/CLI | |
---|
property int CharHeightInPts {
int get();
void set (int value);
} |
Return Value
Font height in points
Example
See Also