Description
The color of the line that will mark the region representing the selected lighting condition.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Color() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color Color {get; set;}
|
[Managed C++] |
---|
public: __property uint get_Color(); public: __property void set_Color(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Color(
uint * pVal
);
public: HRESULT put_Color(
uint Color
);
|
[Java] |
---|
public long getColor();
public void setColor(
long
);
|
See Also