LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

SmallScrollChangeRatio Property






Gets or sets the ratio of the AutoScrollSmallChange to the AutoScrollLargeChange.
Syntax
[DescriptionAttribute("The ratio of the small to large auto scroll change.")]
[CategoryAttribute("Layout")]
public int SmallScrollChangeRatio {get; set;}
'Declaration
 
<DescriptionAttribute("The ratio of the small to large auto scroll change.")>
<CategoryAttribute("Layout")>
Public Property SmallScrollChangeRatio As Integer
'Usage
 
Dim instance As RasterImageViewer
Dim value As Integer
 
instance.SmallScrollChangeRatio = value
 
value = instance.SmallScrollChangeRatio
[DescriptionAttribute("The ratio of the small to large auto scroll change.")]
[CategoryAttribute("Layout")]
public int SmallScrollChangeRatio {get; set;}
DescriptionAttribute("The ratio of the small to large auto scroll change.")
CategoryAttribute("Layout")
 get_SmallScrollChangeRatio();
set_SmallScrollChangeRatio(value);
[DescriptionAttribute("The ratio of the small to large auto scroll change.")]
[CategoryAttribute("Layout")]
public:
property int SmallScrollChangeRatio {
   int get();
   void set (    int value);
}

Property Value

The ratio give bin dividing AutoScrollSmallChange by AutoScrollLargeChange.
Example
Refer to AutoScrollSmallChange.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.