GradientColors Class

Gets the colors used to paint the gradient background.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public class GradientColors : INotifyPropertyChanged
Inheritance
Object    GradientColors
Implements
INotifyPropertyChanged

Remarks

The gradient backround is gradient-filled starting with Color1 in the beginning and continuing to Color2 at the end.

Constructors

GradientColorsInitializes a new instance of the GradientColors class

Properties

Color1 Gets or sets the first color of top-to-bottom gradient-fill.
Color2 Gets or sets the second color of top-to-bottom gradient-fill.

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 event.
ToString Returns a System.String that represents the current System.Object.
(Overrides ObjectToString)

Events

PropertyChanged Occurs whenever a value of any property of GradientColors changes.

See Also