CustomizeTickmarkEventArgs.Length Property
Gets or sets the length of the custom tickmark.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
Double | The length of the custom tickmark. |
See Also