Gets or sets the text font size in points.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FontSize As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CodecsTxtLoadOptions
Dim value As Integer
instance.FontSize = value
value = instance.FontSize
|
C# | |
---|
public int FontSize {get; set;} |
C++/CLI | |
---|
public:
property int FontSize {
int get();
void set (int value);
} |
Return Value
The text font size in points.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also