Skip to main content
Tab

AppearanceStyleBase.CopyFontFrom(Style) Method

Duplicates the font 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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void CopyFontFrom(
    Style style
)

Parameters

Name Type Description
style Style

A Style that contains the font properties to duplicate.

Remarks

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

Note

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

See Also