Table of Contents
ShowMajorTicks Property

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

Syntax
 public Boolean ShowMajorTicks { get; set; }

Property Value

true to show the major tick marks of the scale; otherwise false. The default value is true.

See Also