public class ColorPalette : INotifyPropertyChangedPublic Class ColorPalette
Implements INotifyPropertyChanged| ColorPalette | Initializes a new instance of ColorPalette struct. |
| 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. |
| 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) |
| 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged | Fires, when property of the ColorPalette has changed. |