Skip to main content

BorderSide Enum

Contains values specifying border sides.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Flags]
public enum BorderSide

Members

Name Description
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