TextBoxIHandlerShowBorder Property |
Gets or sets a value indicating whether to show the control's border.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool ShowBorder { get; set; }
Property ShowBorder As Boolean
Get
Set
abstract ShowBorder : bool with get, set
Property Value
Type:
Booleantrue to show the control border; otherwise,
false.
Remarks
This is a hint to omit the border of the control and show it as plainly as possible.
Typically used when you want to show the control within a cell of the
GridView.
See Also