InkColor Class

Specifies colors for gradient fill.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
[SerializableAttribute]
public class InkColor : INotifyPropertyChanged, ICloneable
Inheritance
Object    InkColor
Implements
INotifyPropertyChanged, ICloneable

Constructors

InkColor Constructor that cerates InkColor object.
InkColor(InkColor) Initializes a new instance of InkColor class by deep copy of another InkColor instance.
InkColor(Color, Color, Color, Color) Constructor that cerates InkColor object, whith specified colors.

Properties

Color1 First color of the gradient.
Color2 Second color of the gradient.
Color3 Third color of the gradient.
Color4 Forth color of the gradient.
SerializeColor1 Gets or sets the 32-bit ARGB value of Color1.
SerializeColor2 Gets or sets the 32-bit ARGB value of Color2.
SerializeColor3 Gets or sets the 32-bit ARGB value of Color3.
SerializeColor4 Gets or sets the 32-bit ARGB value of Color4.

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.
ResetColor1 Sets Color1 property to its default value.
ResetColor2 Sets Color2 property to its default value.
ResetColor3 Sets Color3 property to its default value.
ResetColor4 Sets Color4 property to its default value.
ShouldSerializeColor1 Gets a value indicating if the value of Color1 property should be serialized by Visual Studio Designer.
ShouldSerializeColor2 Gets a value indicating if the value of Color2 property should be serialized by Visual Studio Designer.
ShouldSerializeColor3 Gets a value indicating if the value of Color3 property should be serialized by Visual Studio Designer.
ShouldSerializeColor4 Gets a value indicating if the value of Color4 property should be serialized by Visual Studio Designer.
ToString Returns a System.String that represents the current System.Object.
(Overrides ObjectToString)

Events

PropertyChanged Raises when the property was changed.

Operators

(InkColor to InkColor) An overloaded cast operator which can be used to cast an object of this class to an object of InkColor.

See Also