Description
Gets or sets the outline's color.
Property type
Read-write property
Syntax
[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();
public: __property void set_OutlineColor(
uint ^
);
|
[Unmanaged C++] |
public: HRESULT get_OutlineColor(
uint ** ppRetVal
);
public: HRESULT put_OutlineColor(
uint * pNewOutlineColor
);
|
[Java] |
public long getOutlineColor();public void setOutlineColor(
long
);
|
See Also