Back to Devexpress

ITileContainerDefaultProperties.BackgroundImageLayout Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-ef04d618.md

latest2.1 KB
Original Source

ITileContainerDefaultProperties.BackgroundImageLayout Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
ImageLayout? BackgroundImageLayout { get; set; }
vb
Property BackgroundImageLayout As ImageLayout?

Property Value

TypeDescription
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

BackgroundImage

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace