Skip to main content
A newer version of this page is available. .

ITileContainerDefaultProperties.BackgroundImageLayout Property

Gets or sets the layout mode for this TileContainer‘s background image.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

ImageLayout? BackgroundImageLayout { get; set; }

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