Click or drag to resize

AciColor Properties

The AciColor type exposes the following members.

Properties
  NameDescription
Public propertyB
Gets the blue component of the AciColor.
Public propertyStatic memberBlue
Defines a default blue color.
Public propertyStatic memberByBlock
Gets the ByBlock color.
Public propertyStatic memberByLayer
Gets the ByLayer color.
Public propertyStatic memberCyan
Defines a default cyan color.
Public propertyStatic memberDarkGray
Defines a default dark gray color.
Public propertyStatic memberDefault
Defines a default white/black color. Corresponds to the ForeColor of the control.
Public propertyG
Gets the green component of the AciColor.
Public propertyStatic memberGreen
Defines a default green color.
Public propertyIndex
Gets or sets the color index.
Public propertyStatic memberIndexRgb
A dictionary that contains the indexed colors, the key represents the color index and the value the RGB components of the color.
Public propertyIsByBlock
Defines if the color is defined by block.
Public propertyIsByLayer
Defines if the color is defined by layer.
Public propertyStatic memberLightGray
Defines a default light gray color.
Public propertyStatic memberMagenta
Defines a default magenta color.
Public propertyR
Gets the red component of the AciColor.
Public propertyStatic memberRed
Defines a default red color.
Public propertyUseTrueColor
Get or set if the AciColor should use true color values.
Public propertyStatic memberYellow
Defines a default yellow color.
Top
See Also