Description
The path point outline 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 * pRetVal
);
public: HRESULT put_OutlineColor(
uint OutlineColor
);
|
| [Java] |
|---|
public long getOutlineColor();
public void setOutlineColor(
long
);
|
See Also