Skip to main content
Tab

BorderLeft(Color, BorderStyle, Unit) Constructor

Initialize a new instance of the BorderLeft class with the color, style and width settings specified.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public BorderLeft(
    Color color,
    BorderStyle style,
    Unit width
)

Parameters

Name Type Description
color Color

A Color object that represents the border color.

style BorderStyle

One of the BorderStyle enumeration values that represent the border style.

width Unit

A Unit that represents the border width.

Remarks

This constructor creates a new instance of the BorderLeft class and initializes it with the specified settings.

See Also