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