Gets or sets the outline's color.
Read-write property
[Visual Basic .NET] |
---|
Public Property OutlineColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color OutlineColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_OutlineColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_OutlineColor( uint * pRetVal ); public: HRESULT put_OutlineColor( uint OutlineColor ); |
[Java] |
---|
public long getOutlineColor(); public void setOutlineColor( long ); |