Gets or sets the Color of the Central Body in the Scene.
Read-write property
[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(); |
[Unmanaged C++] |
---|
public: HRESULT get_Color( |
[Java] |
---|
public long getColor();public void setColor( |