Specify whether to construct a rectangle using the outermost boundaries defined for the area target and display it around the actual region covered by the area target.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundingRectVisible() As Boolean |
[C#] |
---|
public bool BoundingRectVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_BoundingRectVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundingRectVisible( VARIANT_BOOL * pShowBoundingRect ); public: HRESULT put_BoundingRectVisible( VARIANT_BOOL pShowBoundingRect ); |
[Java] |
---|
public bool getBoundingRectVisible(); public void setBoundingRectVisible( bool ); |