共用方式為


ThumbButtonInfo.IsBackgroundVisible 屬性

定義

會取得或設定一個值,指示縮圖按鈕周圍是否有邊框和高亮。

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 將屬性設 IsBackgroundVisiblefalse。 如果 IsBackgroundVisiblefalseImageSource點擊縮圖按鈕時,靜態會移動,以提供視覺回饋給使用者。

適用於