Description
Gets or sets the clutter color.
Property type
Read-write property
Syntax
[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(); public: __property void set_ClutterColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ClutterColor(
uint * pVal
);
public: HRESULT put_ClutterColor(
uint val
);
|
[Java] |
---|
public long getClutterColor();
public void setClutterColor(
long
);
|
See Also