public class ScrollBarConfiguration : INotifyPropertyChangedPublic Class ScrollBarConfiguration
Implements INotifyPropertyChanged| ScrollBarConfiguration | Constructor. Initializes a ScrollBarConfiguration object. |
| Radius | Gets or sets the radius of scroll bar. |
| ScrollBarColor | Gets or sets the Color of the scroll bar. |
| TrackLineColor | Gets or sets the color of the TrackLine. |
| TrackLineVisible | Gets or sets, whether the TrackLine should be visible. |
| TrackLineWidth | Gets or sets the TrackLineWidth in the scrollbar configuration. |
| Width | Gets or sets the thickness of the scrollbar thumb. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| 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 evend. |
| ResetRadius | Sets the Radius property to its default value. |
| ResetScrollBarColor | Sets the ScrollBarColor property to its default value. |
| ResetTrackLineColor | Sets the TrackLineColor property to its default value. |
| ResetTrackLineVisible | Sets the TrackLineVisible property to its default value. |
| ResetTrackLineWidth | Sets the TrackLineWidth property to its default value. |
| ResetWidth | Sets the Width property to its default value. |
| ShouldSerializeRadius | Indicates whether the Radius property should be persisted in Visual Studio designer's automatically generated code. |
| ShouldSerializeScrollBarColor | Indicates whether the ScrollBarColor property should be persisted in Visual Studio designer's automatically generated code. |
| ShouldSerializeTrackLineColor | Indicates whether the TrackLineColor property should be persisted in Visual Studio designer's automatically generated code. |
| ShouldSerializeTrackLineVisible | Indicates whether the TrackLineVisible property should be persisted in Visual Studio designer's automatically generated code. |
| ShouldSerializeTrackLineWidth | Indicates whether the TrackLineWidth property should be persisted in Visual Studio designer's automatically generated code. |
| ShouldSerializeWidth | Indicates whether the Width 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 | Fires, when property is changed. |