Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight
Silverlight 2
RangeBase Class
 Maximum Property

  Switch on low bandwidth view
This page is specific to
Microsoft Silverlight 2

Other versions are also available for the following:
.NET Framework Class Library for Silverlight
RangeBase..::.Maximum Property

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
Visual Basic (Usage)
Dim instance As RangeBase
Dim value As Double

value = instance.Maximum

instance.Maximum = value
C#
public double Maximum { get; set; }
XAML Attribute Usage
<object Maximum="double"/>

Property Value

Type: System..::.Double
The highest possible Value of the range element. The default is 1.
ExceptionCondition
ArgumentException

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker