Class ImageFileOption
Represents item for image selection dialog.
public class ImageFileOption : GenericItemOption
- Inheritance
-
ImageFileOption
- Inherited Members
Constructors
ImageFileOption()
Creates new instance of ImageFileOption.
public ImageFileOption()
ImageFileOption(string)
Creates new instance of ImageFileOption.
public ImageFileOption(string path)
Parameters
path
string
Properties
Path
Gets or sets image path or URL.
public string Path { get; set; }