Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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