ITileContainerDefaultProperties.BackgroundImageLayout Property
Gets or sets the layout mode for this 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 | Description |
---|---|
Nullable<ImageLayout> | An ImageLayout enumeration value that specifies the layout mode for this TileContainer‘s background image. |
Remarks
Only ImageLayout.Tile and ImageLayout.None background image layout modes are currently supported. To specify a background image for a TileContainer, use the TileContainer.BackgroundImage property.
See Also