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

IMinorTickmark.ShowTick Property

Gets or sets whether the tickmarks are visible.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

bool ShowTick { get; set; }

Property Value

Type Description
Boolean

true if the tickmarks are visible; otherwise, false.

See Also