Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
RangeBase Class
 LargeChange Property

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

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

Gets or sets a value to be added to or subtracted from the Value of a RangeBase control. This is a dependency property.

Namespace:  System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/xaml/presentation
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property LargeChange As Double
Visual Basic (Usage)
Dim instance As RangeBase
Dim value As Double

value = instance.LargeChange

instance.LargeChange = value
C#
[BindableAttribute(true)]
public double LargeChange { get; set; }
Visual C++
[BindableAttribute(true)]
public:
property double LargeChange {
    double get ();
    void set (double value);
}
JScript
public function get LargeChange () : double
public function set LargeChange (value : double)
XAML Attribute Usage
<object LargeChange="double" .../>

Property Value

Type: System..::.Double
Value to add to or subtract from the Value of the RangeBase element. The default is 1.

Identifier field

LargeChangeProperty

Metadata properties set to true

None

A control that inherits from RangeBase determines how this property is used.

When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of LargeChange.

When the user invokes the DecreaseLarge or IncreaseLarge commands on a Slider, the ValueProperty of the slider changes by the value of LargeChange.

The ProgressBar does not use this property.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
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