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 ** ppRetVal ); public: HRESULT put_BoundaryColor( uint * pNewBoundaryColor );
|
[Java] |
---|
public long getBoundaryColor(); public void setBoundaryColor( long );
|
See Also