Interface INamedImage
Provides an interface that contains named image.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface INamedImage
Properties
Image
Gets the image in the context choice popup window.
Declaration
Image Image { get; }
Property Value
Type |
---|
System.Drawing.Image |
Name
Gets the name of the image that contained in the context choice popup window.
Declaration
string Name { get; }
Property Value
Type |
---|
System.String |
TransparentColor
Gets the transparent color of the image.
Declaration
Color TransparentColor { get; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
Delete()
Deletes the image from collection.
Declaration
void Delete()