ITileContainerDefaultProperties.ItemImageAlignment Property
Gets or sets the way Tiles' glyphs are aligned within the current TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
TileItemContentAlignment? ItemImageAlignment { get; set; }
Property ItemImageAlignment As TileItemContentAlignment?
Property Value
Type | Description |
---|---|
Nullable<TileItemContentAlignment> | A TileItemContentAlignment enumerator value that specifies the way Tiles' glyphs are aligned within the current TileContainer. |
Remarks
The ItemImageAlignment 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 a stretch mode common to all Tiles within a container via the ITileContainerDefaultProperties.ItemImageScaleMode property.
See Also
Feedback