BorderLeft(Color, BorderStyle, Unit) Constructor
In This Article
Initialize a new instance of the BorderLeft class with the color, style and width settings specified.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 | Border |
One of the Border |
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