ClassColor
Class
Wraps a color object.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class Color : AutomationObject<Color>, IAutomationPeer, IPeerConverter, IColor
Inheritance: objectAutomationObject<Color>Color
Implements:
Inherited Members
Constructors
Color()
Declaration
cs-api-definition
public Color()
Fields
AProperty
Declaration
cs-api-definition
public static AutomationProperty AProperty
Field Value
BProperty
Declaration
cs-api-definition
public static AutomationProperty BProperty
Field Value
GProperty
Declaration
cs-api-definition
public static AutomationProperty GProperty
Field Value
RProperty
Declaration
cs-api-definition
public static AutomationProperty RProperty
Field Value
Properties
A
Declaration
cs-api-definition
[DataMember]
public virtual byte A { get; set; }
Property Value
Implements
B
Declaration
cs-api-definition
[DataMember]
public virtual byte B { get; set; }
Property Value
Implements
G
Declaration
cs-api-definition
[DataMember]
public virtual byte G { get; set; }
Property Value
Implements
Methods
GetRealType()
Gets the real peer type