VerticalIndicatorScrollBar Class

Represents a default scrollbar of TouchList control.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public class VerticalIndicatorScrollBar : IDisposable, 
	INotifyPropertyChanged
Inheritance
Object    VerticalIndicatorScrollBar
Implements
INotifyPropertyChanged, IDisposable

Constructors

VerticalIndicatorScrollBar Creates a rounded vertical scroll bar object.

Properties

FadeInAnimationDuration The duration of the fade in phase.
FadeOutAnimationDuration The duration of the fade out phase.
InvokingControl Control to used for invoking from the animation timer callback.
IsDesignMode Indicates whether we are in design mode (true) or runtime (false).
MaxOpacity Gets or sets the maximum opacity of the scrollbar.
Opacity Gets or sets the opacity of the scrollbar.
Parent Gets or sets the parent control.
Radius Gets or sets the radius of scroll bar.
ScrollBarColor Gets or sets the Color of the scroll bar.
TrackLineColor Gets or sets the track-line color.
TrackLineVisible Gets or sets whether the track-line have to be visible.
TrackLineWidth Gets or sets the track-line thickness.
Visible Gets or sets the visibility of scrollbar.

Methods

Dispose Disposes all resources used by this class.
Dispose(Boolean) Disposes resources used by this class.
Draw(Graphics) Draws the scrollbar to the specified Graphics object.
Draw(Graphics, Point) Draws the ScrollBar.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FadeIn Starts the fade in animation of the scrollbar.
FadeOut Starts the fade out animation of the scrollbar.
Finalize Destructor.
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged Fires the PropertyChanged event.
ShouldSerializeScrollBarColor Indicates whether the ScrollBarColor property should be persisted in Visual Studio designer's automatically generated code.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Raises when the property was changed.

Fields

BorderColor Specifies the border color.

See Also