TileBase.SelectionFrameBrush Property
Gets or sets the Brush object used to paint the selection frame. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Brush | A Windows.UI.Xaml.Media.Brush object that is used to paint the selection frame. |
Remarks
If the Tile is selected, it is rendered enclosed by a frame. The SelectionFrameBrush property allows you to specify the Brush object used to paint the selection frame. You can also specify the frame thickness using the TileBase.SelectionFrameThickness property.
See Also