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.v26.1.dll
Declaration
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