ThumbButtonInfo.IsBackgroundVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.