ToolTipItemImageOptions Members
Provides access to options that specify raster or vector image displayed in a super tooltip.Constructors
| Name | Description |
|---|---|
| ToolTipItemImageOptions() | Initializes a new instance of the ToolTipItemImageOptions class. For internal use. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(ImageOptions) | Inherited from ImageOptions. |
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Inherited from ImageOptions. |
See Also