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

属性值

项的大小调整边界。

适用于