Leadtools.WinForms Namespace > RasterImageViewer Class : SmallScrollChangeRatio Property |
[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); }