Table of Contents
ShowFirst Property

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

Syntax
 public Boolean ShowFirst { get; set; }

Property Value

true to show the first tick; otherwise false. The default value is true.

See Also