Click or drag to resize

BorderType Enumeration

Border types

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum BorderType
Members
  Member nameValueDescription
Bezel0 Shows a bezel, if that is the default border for controls
Line1 Shows a single line border
None2 Show no border
See Also