Interface IColor
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IColor
Properties
A
Declaration
byte A { get; set; }
Property Value
System.Byte
|
B
Declaration
byte B { get; set; }
Property Value
System.Byte
|
G
Declaration
byte G { get; set; }
Property Value
System.Byte
|
R
Declaration
byte R { get; set; }
Property Value
System.Byte
|