ThumbButtonInfo.IsBackgroundVisible Property

Definition

Gets or sets a value that indicates whether a border and highlight is displayed around the thumbnail button.

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

Property Value

true if a border and highlight is displayed around the thumbnail button; otherwise, false. The default is true.

Remarks

By default, a border appears around the ImageSource, and a highlight is displayed when the mouse pointer is moved over the thumbnail button. To display only the ImageSource without the border and highlight, set the IsBackgroundVisible property to false. If IsBackgroundVisible is false, the ImageSource still shifts when the thumbnail button is clicked to provide visual feedback to the user.

Applies to