Skybound VisualTips

VisualTip.Image Property

Gets or sets the image displayed beside the text.

[Visual Basic]
Public Property Image As Image
[C#]
public System.Drawing.Image Image {get; set;}

Property Value

An Image which represents the image displayed beside the text.

Remarks

The image is always displayed on the left side in left-to-right layouts, and on the right side for right-to-left layouts. The maximum image size is 128x128.

Design-time Note: This property provides additional design-time services when loading icon files. An icon containing multiple sizes or color depths will cause a dialog to appear that allows you to choose which size and color depth is loaded. Loading 32-bit icons with an 8-bit alpha channel is also supported.

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

VisualTip Class | Skybound.VisualTips Namespace