Table of Contents
ShowFirst Property

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

Syntax
 public Boolean ShowFirst { get; set; }

Property Value

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

See Also