ITileContainerDefaultProperties.ItemBorderVisibility Property
Gets or sets the tile border visibility mode applied to all tiles within this TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Nullable<DevExpress.XtraEditors.TileItemBorderVisibility> | A Nullable<T><DevExpress.XtraEditors.TileItemBorderVisibility,> enumerator value that specifies the tile border visibility mode applied to all tiles within this TileContainer. |
Remarks
Any tile provides the AppearanceObject.BorderColor property, accessible through its Appearances properties section. Using this property you can set a border color, different from the background color of the tile itself. The ItemBorderVisibility property allows you to completely hide these borders. The property accepts the following values:
- ItemBorderVisibility.Always - tile borders are always visible and painted using the custom AppearanceObject.BorderColor.
- ItemBorderVisibility.Never - tile borders are always painted with the transparent color.
- ItemBorderVisibility.Auto - tile borders are painted with the transparency for all tiles which have a custom BaseTile.BackgroundImage property value. Tiles without background images display their borders as usual. This is the default behavior.