LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

SmallScrollChangeRatio Property

Show in webframe





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:
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

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.