Class HtmlImage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlImage : HtmlControl
Constructors
HtmlImage()
Declaration
public HtmlImage()
HtmlImage(Element)
Properties
Align
Declaration
public string Align { get; }
Property Value
System.String
|
Alt
Declaration
public string Alt { get; }
Property Value
System.String
|
Border
Declaration
public string Border { get; }
Property Value
System.String
|
Height
Declaration
public string Height { get; }
Property Value
System.String
|
Src
Declaration
public string Src { get; }
Property Value
System.String
|
Width
Declaration
public string Width { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
IsLoaded()
Declaration
public bool IsLoaded()
Returns
System.Boolean
|