0 out of 1 rated this helpful - Rate this topic

RangeBase.Maximum property

Gets or sets the highest possible Value of the range element.

Syntax


public:
property double Maximum { 
   double get();
   void set (double value);
}


<rangeBase Maximum="double"/>

Property value

Type: System.Double [.NET] | float64 [C++]

The highest possible Value of the range element. The default is 1.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

See also

RangeBase

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.