Gets or sets a value indicating whether to use configured
HorizontalSmallChange,
HorizontalLargeChange,
VerticalSmallChange and
VerticalLargeChange increments, or automatically calculated values.
Syntax
'Declaration
Public Property UseConfiguredScrollbarIncrements As Boolean
'Usage
Dim instance As ImGearPageView
Dim value As Boolean
instance.UseConfiguredScrollbarIncrements = value
value = instance.UseConfiguredScrollbarIncrements
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);
}
Property Value
Boolean value.
See Also