SemanticZoomLocation.Bounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.