Skip to main content

CustomTickmarkTextEventArgs(String, Single) Constructor

Initializes a new instance of the CustomTickmarkTextEventArgs class with the specified settings.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public CustomTickmarkTextEventArgs(
    string text,
    float value
)

Parameters

Name Type Description
text String

A string value used to initialize the CustomTickmarkTextEventArgs.Text property.

value Single

A Single value used to initialize the CustomTickmarkTextEventArgs.Value property.

See Also