ThumbButtonInfo.IsBackgroundVisible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得或設定一個值,指示縮圖按鈕周圍是否有邊框和高亮。
public:
property bool IsBackgroundVisible { bool get(); void set(bool value); };
public bool IsBackgroundVisible { get; set; }
member this.IsBackgroundVisible : bool with get, set
Public Property IsBackgroundVisible As Boolean
屬性值
true如果縮圖按鈕周圍顯示邊框和高亮;否則,。 false 預設值為 true。
備註
預設情況下,當滑鼠指標移到縮圖按鈕上時,會顯示一個邊框 ImageSource。 若要只顯示無邊框和高亮的 , ImageSource 將屬性設 IsBackgroundVisible 為 false。 如果 IsBackgroundVisible ,falseImageSource點擊縮圖按鈕時,靜態會移動,以提供視覺回饋給使用者。