Gets or sets the default Font to paint text on the group panel.

Namespace: Dapfor.Net.Ui
Assembly: 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: Font
The Font.

See Also