AppearanceStyleBase.CopyTextDecorationFrom(Style) Method
In This Article
Duplicates the text decoration properties of the specified object into the current instance of the AppearanceStyleBase class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
style | Style | A Style object whose settings will be copied. |
#Remarks
Use the CopyTextDecorationFrom method to duplicate the Underline, Overline, and Strikeout font properties of the specified object into the instance of the AppearanceStyleBase class that this method is called from.
See Also