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

IMajorTickmark.ShowFirst Property

Gets or sets whether the first tickmark is visible.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v21.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