Share via


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

屬性值

專案的重設大小界限。

適用於