ColorInstruction Class

GeonBit.UI

ColorInstruction Class
Hold color instructions for MultiColor paragraphs.
Inheritance Hierarchy
SystemObject  GeonBit.UI.EntitiesColorInstruction

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ColorInstruction

The ColorInstruction type exposes the following members.

Constructors
  NameDescription
Public methodColorInstruction
Constructor to use when creating a color instruction.
Top
Properties
  NameDescription
Public propertyColor
If UseFillColor is false the color here is used for the instruction.
Public propertyUseFillColor
Flag represents whether or not to use the default FillColor for this instruction.
Top
Methods
  NameDescription
Public methodStatic memberAddCustomColor
Add a custom color we can use in the multicolor paragraph. You can also override one of the built-in colors.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStringToColor
Converts a supported color string to its respective color. Supported colors are as follows: red, blue, green, yellow, brown, black, white, cyan, pink, gray, magenta, orange, purple, silver, gold, teal or default (White)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also