Back to Devexpress

TileBar.SelectionBorderWidth Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-567fd8c6.md

latest1.9 KB
Original Source

TileBar.SelectionBorderWidth Property

Gets or sets the border width of the rectangle painted around the selected tile.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1)]
public int SelectionBorderWidth { get; set; }
vb
<DefaultValue(1)>
Public Property SelectionBorderWidth As Integer

Property Value

TypeDefaultDescription
Int321

The border width of the rectangle painted around the selected tile.

|

Remarks

Tile selection can be enabled using the TileControl.AllowSelectedItem inherited property. The TileControl.SelectedItem property allows you to access the currently selected tile.

See Also

AllowSelectedItem

SelectionColor

SelectedItem

TileControl.AppearanceItem

TileItem.AppearanceItem

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace