Skip to main content
Tab

AppearanceStyleBase.MergeFontWith(Style) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public void MergeFontWith(
    Style style
)

#Parameters

Name Type Description
style Style

A Style that represents the object to combine.

#Remarks

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

See Also