KmlNetworkLinkViewBoundScale Property |
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.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ViewBoundScale { get; set; }
Public Property ViewBoundScale As Double
Get
Set
public:
property double ViewBoundScale {
double get ();
void set (double value);
}
member ViewBoundScale : float with get, set
Property Value
Type:
DoubleSee Also