Class ImageObject
Class to represent an Image Object.
public class ImageObject : UIObject
- Inheritance
-
ImageObject
- Inherited Members
Constructors
ImageObject(string)
Initializes a new instance of ImageObject.
public ImageObject(string image)
Parameters
image
stringImage name.
Properties
Image
Gets or Sets the Image file name.
public string Image { get; set; }
Property Value
Methods
HtmlBody()
Returns the ImageObject body.
protected override string HtmlBody()
Returns
- string
String.Empty