A newer version of this page is available.
Switch to the current version.
ITileContainerDefaultProperties.ItemImageScaleMode Property
Gets or sets the common stretch mode for all Tiles' glyphs within the current TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
TileItemImageScaleMode? ItemImageScaleMode { get; set; }
Property ItemImageScaleMode As TileItemImageScaleMode?
Property Value
Type | Description |
---|---|
Nullable<TileItemImageScaleMode> | A TileItemImageScaleMode enumerator value that specifies the common stretch mode for all Tiles' glyphs within the current TileContainer. |
Remarks
The ItemImageScaleMode property affects all images assigned to the TileItemElement.Image properties of the elements stored within the BaseTile.Elements collections for all the current TileContainer's Tiles. You can also specify an alignment common to all Tiles within a container via the ITileContainerDefaultProperties.ItemImageAlignment property.
See Also
Feedback