Skip to main content

LabelComponent(String) Constructor

Initializes a new instance of the LabelComponent class with the specified name.

Namespace: DevExpress.XtraGauges.Win.Base

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public LabelComponent(
    string name
)

Parameters

Name Type Description
name String

A string that specifies the component’s name. This value is assigned to the Name property.

See Also