SemanticZoomLocation.Bounds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定專案的大小調整界限,因為它存在於 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
屬性值
專案的調整大小界限。