PromptInputFileIcon
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PromptInputFileIcon
Inheritance: objectPromptInputFileIcon
Constructors
Initializes a new instance of the PromptInputFileIcon class.
C#
public PromptInputFileIcon()
Initializes a new instance of the PromptInputFileIcon class with the specified image.
Initializes a new instance of the PromptInputFileIcon class with the specified SVG image.
Initializes a new instance of the PromptInputFileIcon class with the specified glyph character.
Properties
Gets or sets the glyph character (e.g. from TelerikWebUIFont) to display as the file icon.
C#
public string Glyph { get; set; }
Gets or sets the raster image used as the file icon. Takes precedence over Glyph.
C#
public Image Image { get; set; }