Skip to main content

BaseTextAppearance(BaseTextAppearance) Constructor

Initializes a new instance of the BaseTextAppearance class by copying settings of the specified BaseTextAppearance object.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public BaseTextAppearance(
    BaseTextAppearance appearance
)

Parameters

Name Type Description
appearance BaseTextAppearance

A BaseTextAppearance object whose settings are copied to the created object.

See Also