TileContainer.BackgroundImage Property
Gets or sets the TileContainer‘s background image.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Image | null | An Image that is the background image for this TileContainer. |
Remarks
To specify the layout mode for a TileContainer‘s background image, use the ITileContainerDefaultProperties.BackgroundImageLayout property. Please note that only ImageLayout.Tile and ImageLayout.None modes are currently supported.
See Also