Skip to main content

TileBase.SelectionFrameThickness Property

Gets or sets the thickness of the frame around the Tile displayed in the selected and hovered states.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Thickness SelectionFrameThickness { get; set; }

Property Value

Type Description
Thickness

A Windows.UI.Xaml.Thickness structure that describes the thickness of the frame around the Tile displayed in the selected and hovered states.

Remarks

If the Tile is selected or hovered over with the mouse pointer, it is rendered enclosed in a frame. The SelectionFrameThickness property allows you to specify the thickness of the frame. You can also use the TileBase.SelectionFrameBrush and TileBase.HoverFrameBrush properties to specify the Brush objects used to paint the corresponding frames.

See Also