Gets the default Appearance of the group panel in Header.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Appearance GroupPanelAppearance { get; }
Visual Basic
Public ReadOnly Property GroupPanelAppearance As Appearance
	Get
Visual C++
public:
property Appearance^ GroupPanelAppearance {
	Appearance^ get ();
}
F#
member GroupPanelAppearance : Appearance with get

Property Value

Type: Appearance
The group panel.

See Also