Back to Devexpress

BarCheckItemImageOptions Properties

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

latest7.5 KB
Original Source

BarCheckItemImageOptions Properties

Contains options that specify images and image settings for BarCheckItem objects.

NameDescription
AllowGlyphSkinningGets or sets whether glyphs for this BarItem should be painted using the text foreground color. Inherited from BarItemImageOptions.
AllowStubGlyphGets or sets whether or not this item and all its links should display a stub glyph when it has no custom icon assigned. Inherited from BarItemImageOptions.
CheckedImageGets or sets the image displayed for the checked state.
CheckedImageIndexGets or sets the index of the image displayed for the checked state.
CheckedImageKeyGets or sets the name of the image displayed for the checked state.
CheckedLargeImageGets or sets the large image displayed for the checked state.
CheckedLargeImageIndexGets or sets the index of the large image displayed for the checked state.
CheckedLargeImageKeyGets or sets the name of the large image displayed for the checked state.
CheckedSvgImageGets or sets the vector image for the checked state.
DefaultSvgImageGets or sets the default vector image. Inherited from BarItemImageOptions.
DefaultSvgImageSizeGets or sets the size of the default vector image. Inherited from BarItemImageOptions.
DisabledImageGets or sets the image corresponding to the item’s disabled state. Inherited from BarItemImageOptions.
DisabledImageIndexGets or sets the index of the image that corresponds to the item’s disabled state. Inherited from BarItemImageOptions.
DisabledImageKeyGets or sets the name of the image displayed for the disabled state. Inherited from BarItemImageOptions.
DisabledLargeImageGets or sets the large image that corresponds to the item’s disabled state. Inherited from BarItemImageOptions.
DisabledLargeImageIndexGets or sets the index of the large image that corresponds to the item’s disabled state. Inherited from BarItemImageOptions.
DisabledLargeImageKeyGets or sets the name of the large image displayed for the disabled state. Inherited from BarItemImageOptions.
DisabledSvgImageGets or sets the vector image for the item’s disabled state. Inherited from BarItemImageOptions.
ImageGets or sets the BarItem‘s glyph. Inherited from BarItemImageOptions.
ImageIndexGets or sets the index of a small glyph assigned to this BarItem. Inherited from BarItemImageOptions.
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).

Inherited from BarItemImageOptions. | | LargeImage | Gets or sets the item’s large image. Inherited from BarItemImageOptions. | | LargeImageIndex | Gets or sets the index of the large image in the image source collection. Inherited from BarItemImageOptions. | | LargeImageKey | Gets or sets the name of the large image in the image source collection. Inherited from BarItemImageOptions. | | LargeImages | Gets the source of large glyphs. Inherited from BarItemImageOptions. | | SvgImage | Gets or sets a vector image displayed in the item. Inherited from BarItemImageOptions. | | 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. Inherited from BarItemImageOptions. |

See Also

BarCheckItemImageOptions Class

BarCheckItemImageOptions Members

DevExpress.XtraBars Namespace