Back to Devexpress

BarItemImageOptions Members

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

latest6.9 KB
Original Source

BarItemImageOptions Members

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

Constructors

NameDescription
BarItemImageOptions(BarItem)Initializes a new instance of the BarItemImageOptions class.

Properties

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. |

Methods

NameDescription
Assign(ImageOptions)Inherited from ImageOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Inherited from ImageOptions.

See Also

BarItemImageOptions Class

DevExpress.XtraBars Namespace