Gets or sets the font the text is displayed with.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Font Font { get; set; } |
Visual Basic |
---|
Public Property Font As Font Get Set |
Visual C++ |
---|
public: property Font^ Font { Font^ get (); void set (Font^ value); } |
F# |
---|
member Font : Font with get, set |
Property Value
Type: FontThe font.