public class VerticalIndicatorScrollBar : IDisposable,
INotifyPropertyChangedPublic Class VerticalIndicatorScrollBar
Implements IDisposable, INotifyPropertyChanged| VerticalIndicatorScrollBar | Creates a rounded vertical scroll bar object. |
| 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. |
| 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. |
| Equals | Determines 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) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged | Raises when the property was changed. |
| BorderColor | Specifies the border color. |