Class Color
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Color : AutomationObject<Color>, IAutomationPeer, IPeerConverter, IColor
Constructors
Color()
Declaration
public Color()
Fields
AProperty
BProperty
GProperty
RProperty
Properties
A
B
G
R
ScA
Declaration
public virtual float ScA { get; set; }
Property Value
System.Single
|
ScB
Declaration
public virtual float ScB { get; set; }
Property Value
System.Single
|
ScG
Declaration
public virtual float ScG { get; set; }
Property Value
System.Single
|
ScR
Declaration
public virtual float ScR { get; set; }
Property Value
System.Single
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Controls.Xaml.Wpf.Color>.GetRealType()