Skip to main content

TileBase.IsHoverFrameVisible Property

Gets whether the frame indicating that the Tile is hovered over with the mouse pointer is actually visible. 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 bool IsHoverFrameVisible { get; }

Property Value

Type Description
Boolean

true, if the frame indicating that the Tile is hovered over with the mouse pointer is actually visible; otherwise, false.

See Also