Description
Gets or sets the silhouette's color.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SilhouetteColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color SilhouetteColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint get_SilhouetteColor(); public: __property void set_SilhouetteColor(
uint
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SilhouetteColor(
uint * pRetVal
);
public: HRESULT put_SilhouetteColor(
uint SilhouetteColor
);
|
| [Java] |
|---|
public long getSilhouetteColor();
public void setSilhouetteColor(
long
);
|
See Also