|
|
|
Font Property, ButtonPartClass Class |
Defines the button's text font.
Syntax ButtonPartClass Class (Softelvdm.Controls)
VB |
Public Property Font As Font |
C# |
public Font Font { get; set; } |
C++ |
public: property Font^ Font { |
Property Value
The font.
The default value is null/Nothing.
Comments
The Font property defines the button's text font.
The font can be set to null/Nothing to use the default font.
The font is only used for the button text (Text property) and is ignored if a button image is used instead (Image property).
Version Information
Supported in version 1.0.
Products Table