SemanticZoomLocation.Bounds 属性

定义

获取或设置在 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

属性值

项的大小调整边界。

适用于