ScrollBarConfiguration Class

Stores poperties configuration of a scrollbar.

Definition

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

Constructors

ScrollBarConfiguration Constructor. Initializes a ScrollBarConfiguration object.

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
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 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Fires, when property is changed.

See Also