Description
Color in which the area target boundary is displayed.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BoundaryColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color BoundaryColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint get_BoundaryColor(); public: __property void set_BoundaryColor(
uint
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BoundaryColor(
uint * pColor
);
public: HRESULT put_BoundaryColor(
uint pColor
);
|
| [Java] |
|---|
public long getBoundaryColor();
public void setBoundaryColor(
long
);
|
See Also