GroupBoxIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : PanelIHandler,
ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost
Public Interface IHandler
Inherits PanelIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler,
IContextMenuHost
type IHandler =
interface
interface PanelIHandler
interface ContainerIHandler
interface ControlIHandler
interface WidgetIHandler
interface IContextMenuHost
end
The GroupBoxIHandler type exposes the following members.
Properties
| Name | Description |
---|
| Font |
Gets or sets the font used for the title
|
| Text |
Gets or sets the title text.
|
| TextColor |
Gets or sets the color of the text.
|
TopSee Also