Gets or sets the highest possible Value of the range element.
Namespace:
System.Windows.Controls.Primitives
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
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; }
<rangeBase Maximum="double"/>
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.
Reference