Description
Gets or sets the value that scales the bounding box defining the view associated with this network link. A value less than 1.0 specifies to use less than the full view (screen). A value greater than 1.0 specifies to refresh an area that extends beyond the edges of the current view.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ViewBoundScale() As Double
|
| [C#] |
|---|
public double ViewBoundScale {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ViewBoundScale(); public: __property void set_ViewBoundScale(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ViewBoundScale(
double * pRetVal
);
public: HRESULT put_ViewBoundScale(
double ViewBoundScale
);
|
| [Java] |
|---|
public double getViewBoundScale();
public void setViewBoundScale(
double
);
|
See Also