Back to Devexpress

BarItemImageOptions Properties

windowsforms-devexpress-dot-xtrabars-dot-baritemimageoptions-dot-underscore-properties.md

latest4.5 KB
Original Source

BarItemImageOptions Properties

Provides options to specify images and image settings for bar items.

NameDescription
AllowGlyphSkinningGets or sets whether glyphs for this BarItem should be painted using the text foreground color.
AllowStubGlyphGets or sets whether or not this item and all its links should display a stub glyph when it has no custom icon assigned.
DefaultSvgImageGets or sets the default vector image.
DefaultSvgImageSizeGets or sets the size of the default vector image.
DisabledImageGets or sets the image corresponding to the item’s disabled state.
DisabledImageIndexGets or sets the index of the image that corresponds to the item’s disabled state.
DisabledImageKeyGets or sets the name of the image displayed for the disabled state.
DisabledLargeImageGets or sets the large image that corresponds to the item’s disabled state.
DisabledLargeImageIndexGets or sets the index of the large image that corresponds to the item’s disabled state.
DisabledLargeImageKeyGets or sets the name of the large image displayed for the disabled state.
DisabledSvgImageGets or sets the vector image for the item’s disabled state.
ImageGets or sets the BarItem‘s glyph.
ImageIndexGets or sets the index of a small glyph assigned to this BarItem.
ImageKeyGets or sets the name of the image in the Images collection. Inherited from ImageCollectionImageOptions.
ImageUri

Gets or sets the uniform resource identifier of the glyph in the DX Image Gallery displayed in the current BarItem. A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size).

| | Item | Returns the BarItem that owns these image settings. | | LargeImage | Gets or sets the item’s large image. | | LargeImageIndex | Gets or sets the index of the large image in the image source collection. | | LargeImageKey | Gets or sets the name of the large image in the image source collection. | | LargeImages | Gets the source of large glyphs. | | SvgImage | Gets or sets a vector image displayed in the item. | | SvgImageColorizationMode | Gets or sets how to adjust icon colors according to the active application Skin. Inherited from ImageOptions. | | SvgImageSize | Gets or sets the required size of the vector image. |

See Also

BarItemImageOptions Class

BarItemImageOptions Members

DevExpress.XtraBars Namespace