The InkColor type exposes the following members.

Constructors

  NameDescription
InkColorOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(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 the Color1 property to its default value.
ResetColor2
Sets the Color2 property to its default value.
ResetColor3
Sets the Color1 property to its default value.
ResetColor4
Sets the Color1 property to its default value.
ShouldSerializeColor1
Indicates whether the Color1 property should be persisted.
ShouldSerializeColor2
Indicates whether the Color2 property should be persisted.
ShouldSerializeColor3
Indicates whether the Color1 property should be persisted.
ShouldSerializeColor4
Indicates whether the Color1 property should be persisted.
ToString
Returns a System.String that represents the current System.Object.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Color1
First color of the gradient.
Color2
Second color of the gradient.
Color3
Third color of the gradient.
Color4
Forth color of the gradient.

Events

  NameDescription
PropertyChanged
Raises when the property was changed.

See Also