SemanticZoomLocation.Bounds Property

Definition

Gets or sets the sizing bounds of the item as it exists in the current view of a SemanticZoom.

public:
 property Rect Bounds { Rect get(); void set(Rect value); };
Rect Bounds();

void Bounds(Rect value);
public Rect Bounds { get; set; }
var rect = semanticZoomLocation.bounds;
semanticZoomLocation.bounds = rect;
Public Property Bounds As Rect

Property Value

The sizing bounds of the item.

Applies to