Skip to main content

IMajorTickmark.ShowFirst Property

Gets or sets whether the first tickmark is visible.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

bool ShowFirst { get; set; }

Property Value

Type Description
Boolean

A Boolean value that specifies whether the first tickmark is visible.

See Also