Table of Contents
Minimum Property

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

Syntax
 public Double Minimum { get; set; }

Property Value

A Double value that indicates the minimum possible value of the scale. The default value is 0.

See Also