ClassColorVector
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
cs-api-definition
public sealed class ColorVector
Inheritance: objectColorVector
Constructors
ColorVector()
Initializes a new instance of the ColorVector class.
Declaration
cs-api-definition
public ColorVector()
ColorVector(int, int, int, int)
Initializes a new instance of the ColorVector class.
Properties
A
Gets or sets the A.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "A")]
public int A { get; set; }
Property Value
The A.
B
Gets or sets the B.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "B")]
public int B { get; set; }
Property Value
The B.
G
Gets or sets the G.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "G")]
public int G { get; set; }
Property Value
The G.