Click or drag to resize

GroupBox Class

Interface elment to group controls inside a box with an optional title
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class GroupBox : Panel

The GroupBox type exposes the following members.

Constructors
  NameDescription
Public methodGroupBox
Initializes a new instance of the GroupBox class
Top
Properties
  NameDescription
Public propertyFont
Gets or sets the font used for the title
Public propertyText
Gets or sets the title text.
Public propertyTextColor
Gets or sets the color of the text.
Top
See Also