TextBoxShowBorder 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 [DefaultValueAttribute(true)]
public bool ShowBorder { get; set; }
<DefaultValueAttribute(true)>
Public Property ShowBorder As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member 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