SemanticZoom.IsZoomOutButtonEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出 ZoomedInView 是否顯示啟動 ZoomedOutView的按鈕。
public:
property bool IsZoomOutButtonEnabled { bool get(); void set(bool value); };
bool IsZoomOutButtonEnabled();
void IsZoomOutButtonEnabled(bool value);
public bool IsZoomOutButtonEnabled { get; set; }
var boolean = semanticZoom.isZoomOutButtonEnabled;
semanticZoom.isZoomOutButtonEnabled = boolean;
Public Property IsZoomOutButtonEnabled As Boolean
<SemanticZoom IsZoomOutButtonEnabled="bool" />
屬性值
Boolean
bool
True 是表示 如果 ZoomedInView 顯示啟動 ZoomedOutView的按鈕;否則為 false。 預設值為 True。
備註
根據預設,當放大檢視為使用中並接收滑鼠或鍵盤輸入時, SemanticZoom 控制項會顯示按鈕,讓使用者可按一下以啟用縮小檢視。 若要隱藏此按鈕,請將 IsZoomOutButtonEnabled 屬性設定為 false。