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

CustomTickmarkTextEventArgs(String, Single) Constructor

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

Namespace: DevExpress.XtraGauges.Core.Model

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

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