Skip to main content
A newer version of this page is available. .

BaseShapeAppearance(BaseShapeAppearance) Constructor

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

Namespace: DevExpress.XtraGauges.Core.Drawing

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

Declaration

public BaseShapeAppearance(
    BaseShapeAppearance appearance
)

Parameters

Name Type Description
appearance BaseShapeAppearance

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

See Also