[SerializableAttribute]
public class InkColor : INotifyPropertyChanged, ICloneable<SerializableAttribute>
Public Class InkColor
Implements INotifyPropertyChanged, ICloneable| 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. |
| 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. |
| 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) |
| 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) |
| PropertyChanged | Raises when the property was changed. |
| (InkColor to InkColor) | An overloaded cast operator which can be used to cast an object of this class to an object of InkColor. |