ClassPromptInputFileIcon
Carries the visual representation of a file icon shown inside a PromptInputAttachedFileElement. Supply one of Glyph, Image or SvgImage; when multiple are provided, SvgImage wins over Image, which wins over Glyph.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class PromptInputFileIcon
Inheritance: objectPromptInputFileIcon
Constructors
PromptInputFileIcon()
Initializes a new instance of the PromptInputFileIcon class.
Declaration
public PromptInputFileIcon()
PromptInputFileIcon(Image)
Initializes a new instance of the PromptInputFileIcon class with the specified image.
PromptInputFileIcon(RadSvgImage)
Initializes a new instance of the PromptInputFileIcon class with the specified SVG image.
Declaration
public PromptInputFileIcon(RadSvgImage svgImage)
Parameters
svgImage
PromptInputFileIcon(string)
Initializes a new instance of the PromptInputFileIcon class with the specified glyph character.
Properties
Glyph
Gets or sets the glyph character (e.g. from TelerikWebUIFont) to display as the file icon.