Skip to main content
Tab

AppearanceStyleBase.MergeBordersWith(Style) Method

Combines the border properties of the specified Style with the current instance of the AppearanceStyleBase class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void MergeBordersWith(
    Style style
)

Parameters

Name Type Description
style Style

A Style that represents the object to combine.

Remarks

Use the MergeBordersWith method to combine the border properties of the specified Style object with the instance of the AppearanceStyleBase class that this method is called from.

See Also