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

AppearanceStyleBase.CopyBordersFrom(Style) Method

Duplicates the border properties of the specified style object into the instance of the AppearanceStyleBase class that this method is called from.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void CopyBordersFrom(
    Style style
)

Parameters

Name Type Description
style Style

A Style that contains the border properties to duplicate.

Remarks

Use the CopyBordersFrom method to duplicate the border properties of the specified style object into the instance of the AppearanceStyleBase class that this method is called from.

Note

All border properties in the current instance of the AppearanceStyleBase class will be replaced by the associated property in the style parameter.

See Also