The width of the line with which the area target's boundary displays.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundaryWidth() As Integer |
[C#] |
---|
public int BoundaryWidth {get; set;} |
[Managed C++] |
---|
public: __property int get_BoundaryWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundaryWidth( long * pBoundaryWidth ); public: HRESULT put_BoundaryWidth( long pBoundaryWidth ); |
[Java] |
---|
public int getBoundaryWidth(); public void setBoundaryWidth( int ); |