Class HtmlProgress
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 HtmlProgress : HtmlContainerControl
Constructors
HtmlProgress()
Declaration
public HtmlProgress()
HtmlProgress(Element)
Properties
Max
Declaration
public double Max { get; set; }
Property Value
System.Double
|
Position
Declaration
public double Position { get; }
Property Value
System.Double
|
Value
Declaration
public double Value { get; set; }
Property Value
System.Double
|