Skip to main content

ITileContainerDefaultProperties.BackgroundImageLayout Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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