Table of Contents
ShowLast Property

Gets or sets a value that indicates whether the last tick is visible or not. This is a dependency property.

Syntax
 public Boolean ShowLast { get; set; }

Property Value

true to show the last tick on the TickBarBase; otherwise false. The default value is true.

See Also