Gets or sets the silhouette's color.
Read-write property
[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(); |
[Unmanaged C++] |
---|
public: HRESULT get_SilhouetteColor( uint * pRetVal ); public: HRESULT put_SilhouetteColor( uint SilhouetteColor ); |
[Java] |
---|
public long getSilhouetteColor(); public void setSilhouetteColor( long ); |