AppearanceStyleBase.CopyFontFrom(Style) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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 Appearance
See Also