Specify whether to display the region covered by the area target as a filled area.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundaryFill() As Boolean |
[C#] |
---|
public bool BoundaryFill {get; set;} |
[Managed C++] |
---|
public: __property bool get_BoundaryFill(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundaryFill( VARIANT_BOOL * pBoundaryFill ); public: HRESULT put_BoundaryFill( VARIANT_BOOL pBoundaryFill ); |
[Java] |
---|
public bool getBoundaryFill(); public void setBoundaryFill( bool ); |