Class HtmlInputImage
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 HtmlInputImage : HtmlInputControl
Constructors
HtmlInputImage()
Declaration
public HtmlInputImage()
HtmlInputImage(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
|