Click or drag to resize

GroupBoxIHandler Interface

Handler interface for the GroupBox

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : PanelIHandler, 
	ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost

The GroupBoxIHandler type exposes the following members.

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