Table of Contents
Maximum Property

Gets or sets the maximum possible value of the TickBarBase. This is a dependency property.

Syntax
 public Double Maximum { get; set; }
Remarks

the maximum possible value of the TickBarBase. The default value is 10.0.

See Also