共用方式為


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

屬性值

專案的調整大小界限。

適用於