ToolTipItemImageOptions Properties
Provides access to options that specify raster or vector image displayed in a super tooltip.| Name | Description |
|---|---|
| Alignment | Gets or sets whether the image is aligned at the left or right edge of the tooltip. |
| Image | Gets or sets the raster image. |
| ImageIndex | Gets or sets the index of the image in the Images collection. |
| ImageKey | Gets or sets the name of the image in the Images collection. |
| Images | Gets or sets the collection of images that can be displayed in the tooltip. |
| ImageToTextDistance | Gets or sets the indentation of the text from the image. |
| ImageUri | Gets or sets the universal resource identifier of an image. |
| SvgImage | Gets or sets the vector image. |
| SvgImageColorizationMode | Gets or sets how to adjust icon colors according to the active application Skin. Inherited from ImageOptions. |
| SvgImageSize | Gets or sets the size of the vector image. |
See Also