Skip to main content
A newer version of this page is available. .
Tab

BorderRight(Color, BorderStyle, Unit) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public BorderRight(
    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 BorderRight class and initializes it with the specified settings.

See Also