Gets or sets the highest possible Value of the range element.
Public Property Maximum As Double Get Set
Dim instance As RangeBase Dim value As Double value = instance.Maximum instance.Maximum = value
public double Maximum { get; set; }
<object Maximum="double"/>
The new value is either NaN or IsInfinity is true.
Dependency property identifier field: MaximumProperty
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.