Skip to main content

TileBase.HoverFrameBrush Property

Gets or sets the Brush object used to paint the frame enclosing the Tile when it is hovered over with the mouse pointer. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Brush HoverFrameBrush { get; set; }

Property Value

Type Description
Brush

A Windows.UI.Xaml.Media.Brush object used to paint the frame enclosing the Tile when it is hovered over with the mouse pointer.

Remarks

If the TileBase.AllowHover property is set to Default or True, the Tile is displayed enclosed in a frame when hovered over with the mouse pointer. The HoverFrameBrush property allows you to specify the Brush object used to paint the frame. You can also use the TileBase.SelectionFrameThickness property to specify the thickness of the frame displayed in the selected and hovered states.

See Also