ImageGear for .NET
UseConfiguredScrollbarIncrements Property




Gets or sets a value indicating whether to use configured HorizontalSmallChange, HorizontalLargeChange, VerticalSmallChange and VerticalLargeChange increments, or automatically calculated values.
Syntax
public bool UseConfiguredScrollbarIncrements {get; set;}
public: __property bool get_UseConfiguredScrollbarIncrements();
public: __property void set_UseConfiguredScrollbarIncrements( 
   bool value
);
public:
property bool UseConfiguredScrollbarIncrements {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property UseConfiguredScrollbarIncrements As Boolean
 
'Usage
 
Dim instance As ImGearPageView
Dim value As Boolean
 
instance.UseConfiguredScrollbarIncrements = value
 
value = instance.UseConfiguredScrollbarIncrements

Property Value

Boolean value.
Remarks
Default value is false.
See Also

Reference

ImGearPageView Class
ImGearPageView Members
HorizontalSmallChange Property
HorizontalLargeChange Property
VerticalSmallChange Property
VerticalLargeChange Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback