Gets or sets the clutter color.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClutterColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color ClutterColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_ClutterColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClutterColor( uint * pVal ); public: HRESULT put_ClutterColor( uint val ); |
[Java] |
---|
public long getClutterColor(); public void setClutterColor( long ); |