Back to Devexpress

BorderSide Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-d92500d0.md

latest1.4 KB
Original Source

BorderSide Enum

Contains values specifying border sides.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Flags]
public enum BorderSide
vb
<Flags>
Public Enum BorderSide

Members

NameDescription
None

None of border sides is painted. Enabling this option results in disabling all other options.

| | Left |

Left border side is painted.

| | Top |

Top border side is painted.

| | Right |

Right border side is painted.

| | Bottom |

Bottom border side is painted.

| | All |

All border sides are painted. Enabling this flag results in enabling the Left , Top , Right and Bottom flags and disabling the None flag.

|

Remarks

Flags listed in this enumeration are used to specify which sides of an object’s border are to be drawn.

See Also

DevExpress.XtraEditors.Controls Namespace