Skip to main content
Tab

AppearanceStyleBase.CopyTextDecorationFrom(Style) Method

Duplicates the text decoration properties of the specified object into the current instance of the AppearanceStyleBase class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void CopyTextDecorationFrom(
    Style style
)

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