Specify whether to display the area target's boundary.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundaryVisible() As Boolean |
[C#] |
---|
public bool BoundaryVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_BoundaryVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundaryVisible( VARIANT_BOOL * pShowBoundary ); public: HRESULT put_BoundaryVisible( VARIANT_BOOL pShowBoundary ); |
[Java] |
---|
public bool getBoundaryVisible(); public void setBoundaryVisible( bool ); |