Back to Devexpress

ToolTipItemImageOptions Members

windowsforms-devexpress-dot-utils-dot-tooltipitemimageoptions-dot-underscore-members.md

latest4.5 KB
Original Source

ToolTipItemImageOptions Members

Provides access to options that specify raster or vector image displayed in a super tooltip.

Constructors

NameDescription
ToolTipItemImageOptions()Initializes a new instance of the ToolTipItemImageOptions class. For internal use.

Properties

NameDescription
AlignmentGets or sets whether the image is aligned at the left or right edge of the tooltip.
ImageGets or sets the raster image.
ImageIndexGets or sets the index of the image in the Images collection.
ImageKeyGets or sets the name of the image in the Images collection.
ImagesGets or sets the collection of images that can be displayed in the tooltip.
ImageToTextDistanceGets or sets the indentation of the text from the image.
ImageUriGets or sets the universal resource identifier of an image.
SvgImageGets or sets the vector image.
SvgImageColorizationModeGets or sets how to adjust icon colors according to the active application Skin. Inherited from ImageOptions.
SvgImageSizeGets or sets the 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

ToolTipItemImageOptions Class

DevExpress.Utils Namespace