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.v19.1.Core.dll

Declaration

bool ShowFirst { get; set; }

Property Value

Type Description
Boolean

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

See Also