Class CustomImages
custom image properties class
Inheritance
System.Object
CustomImages
Assembly: Syncfusion.Tools.Windows.dll
public class CustomImages : Object
Constructors
Declaration
Declaration
public CustomImages(Image hoverimage, Image normalimage, Image selectedimage, Image hoverhalfimage, Image selectedhalfimage)
Parameters
| Type |
Name |
Description |
| System.Drawing.Image |
hoverimage |
|
| System.Drawing.Image |
normalimage |
|
| System.Drawing.Image |
selectedimage |
|
| System.Drawing.Image |
hoverhalfimage |
|
| System.Drawing.Image |
selectedhalfimage |
|
Properties
Declaration
public Image HoverHalfImage { get; set; }
Property Value
| Type |
| System.Drawing.Image |
Declaration
public Image HoverImage { get; set; }
Property Value
| Type |
| System.Drawing.Image |
Declaration
public Image NormalImage { get; set; }
Property Value
| Type |
| System.Drawing.Image |
Declaration
public Image SelectedHalfImage { get; set; }
Property Value
| Type |
| System.Drawing.Image |
Declaration
public Image SelectedImage { get; set; }
Property Value
| Type |
| System.Drawing.Image |