Color in which the area target boundary is displayed.
Read-write property
[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(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundaryColor( uint * pColor ); public: HRESULT put_BoundaryColor( uint pColor ); |
[Java] |
---|
public long getBoundaryColor(); public void setBoundaryColor( long ); |