Table of Contents
Maximum Property

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

Syntax
 public Double Maximum { get; set; }

Property Value

A Double value that indicates the maximum possible value of the scale. The default value is 100.

See Also