Interface IImageElement
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public interface IImageElement
Properties
Image
Declaration
Image Image { get; set; }
Property Value
System.Drawing.Image
|
ImageIndex
Declaration
int ImageIndex { get; set; }
Property Value
System.Int32
|
ImageKey
Declaration
string ImageKey { get; set; }
Property Value
System.String
|