Skip to main content

Label(String) Constructor

Initializes a new Label object with the specified name.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public Label(
    string name
)

Parameters

Name Type Description
name String

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

See Also