Back to Devexpress

TileBar.ShowItemShadow Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-ff33f983.md

latest1.6 KB
Original Source

TileBar.ShowItemShadow Property

Gets or sets whether each item displays a shadow.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
public bool ShowItemShadow { get; set; }
vb
<DefaultValue(False)>
Public Property ShowItemShadow As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if items display a shadow; otherwise, false.

|

Remarks

The TileBar.ShowItemShadow property specifies the default shadow visibility for all items. Individual items can override this setting using the TileBarItem.ShowItemShadow property.

The following image shows two tiles, with and without a shadow:

See Also

ShowItemShadow

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace