ListViewBase.IsZoomedInView 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出 ListViewBase 實例是否為其擁有 SemanticZoom中的縮放檢視。
public:
property bool IsZoomedInView { bool get(); void set(bool value); };
bool IsZoomedInView();
void IsZoomedInView(bool value);
public bool IsZoomedInView { get; set; }
var boolean = listViewBase.isZoomedInView;
listViewBase.isZoomedInView = boolean;
Public Property IsZoomedInView As Boolean
屬性值
Boolean
bool
如果ListViewBase是放大檢視,則為true;否則為false。
實作
備註
您通常不會在 XAML 或應用程式程式碼中設定此屬性。 當檢視設定為SemanticZoom控制項的ZoomedInView或ZoomedOutView時,屬性會隱含設定。
適用於
另請參閱
- SemanticZoom
- IsZoomedInViewActive
- IsZoomedInView
- ISemanticZoomInformation
- IsActiveView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)