ColorPalette Class

Contains several colors which are used to paint TrackBar.

Definition

Namespace: BeeMobile.TrackBar
Assembly: BeeMobile.TrackBar.NET48 (in BeeMobile.TrackBar.NET48.dll) Version: 4.8.0.7
C#
public class ColorPalette : INotifyPropertyChanged
Inheritance
Object    ColorPalette
Implements
INotifyPropertyChanged

Constructors

ColorPalette Initializes a new instance of ColorPalette struct.

Properties

BarColor1 Specifies the first color of gradient fill which is used to paint the main bar of TrackBar.
BarColor2 Specifies the second color of gradient fill which is used to paint the main bar of TrackBar.
BorderColor BorderColor used to draw the border around TrackBar.
IndicatorColor1 Specifies the first color of gradient fill which is used to paint the indicator of TrackBar.
IndicatorColor2 Specifies the second color of gradient fill which is used to paint the indicator of TrackBar.
ThumbColor1 Specifies the first color of gradient fill which is used to paint the thumb of TrackBar.
ThumbColor2 Specifies the second color of gradient fill which is used to paint the thumb of TrackBar.

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)
ResetBarColor1 Resets the BarColor1 property to its default value.
ResetBarColor2 Resets the BarColor2 property to its default value.
ResetBorderColor Resets the BorderColor property to its default value.
ResetIndicatorColor1 Resets the IndicatorColor1 property to its default value.
ResetIndicatorColor2 Resets the IndicatorColor2 property to its default value.
ResetThumbColor1 Resets the ThumbColor1 property to its default value;
ResetThumbColor2 Resets the ThumbColor2 property to its default value.
ShouldSerializeBarColor1 Indicates whether the BarColor1 property should be serialized by Visual Studio designer.
ShouldSerializeBarColor2 Indicates whether the BarColor2 property should be serialized by Visual Studio designer.
ShouldSerializeBorderColor Indicates whether the BorderColor property should be serialized by Visual Studio designer.
ShouldSerializeIndicatorColor1 Indicates whether the IndicatorColor1 property should be serialized by Visual Studio designer.
ShouldSerializeIndicatorColor2 Indicates whether the IndicatorColor2 property should be serialized by Visual Studio designer.
ShouldSerializeThumbColor1 Indicates whether the ThumbColor1 property should be serialized by Visual Studio designer.
ShouldSerializeThumbColor2 Indicates whether the ThumbColor2 property should be serialized by Visual Studio designer.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Fires, when property of the ColorPalette has changed.

See Also