Table of Contents
ShowMinorTicks Property

Gets or sets a value that indicates whether minor tick marks are shown on the scale. This is a dependency property.

Syntax
 public Boolean ShowMinorTicks { get; set; }

Property Value

true to show the minor tick marks on the scale; otherwise false. The default value is true.

See Also