[Missing <summary> documentation for "P:StarfieldDrivers.Test.TestFill.Colors"]
Namespace:
StarfieldDrivers.Test
Assembly:
StarfieldDrivers (in StarfieldDrivers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Color[] Colors { get; set; }
Public Property Colors As Color()
Get
Set
public:
property array<Color>^ Colors {
array<Color>^ get ();
void set (array<Color>^ value);
}
member Colors : Color[] with get, set
Property Value
Type:
ColorSee Also