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

AppearanceStyleBase.CopyFontAndCursorFrom(Style) Method

Duplicates the font and cursor setting of the specified style object into the instance of the AppearanceStyleBase class that this method is called from.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public void CopyFontAndCursorFrom(
    Style style
)

Parameters

Name Type Description
style Style

A Style that contains the font properties to duplicate.

Remarks

The CopyFontAndCursorFrom method is used to duplicate the font and cursor properties of the specified style object into the instance of the AppearanceStyleBase class that this method is called from.

Note

All font and cursor properties in the current instance of the AppearanceStyleBase class will be replaced by the associated properties in the style parameter.

See Also