Table of Contents
ShowLast Property

Gets or sets a value that indicates whether the last tick mark and the corresponding label should be shown on the scale. This is a dependency property.

Syntax
 public Boolean ShowLast { get; set; }

Property Value

true to show the last tick mark and the corresponding label; otherwise false. The default value is true.

See Also