Click or drag to resize

DropDownIHandlerShowBorder 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 Value

Type: Boolean
true 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