Class HtmlVideo
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 HtmlVideo : HtmlContainerControl
Constructors
HtmlVideo()
Declaration
public HtmlVideo()
HtmlVideo(Element)
Properties
Autoplay
Declaration
public bool Autoplay { get; set; }
Property Value
System.Boolean
|
Controls
Declaration
public bool Controls { get; set; }
Property Value
System.Boolean
|
CurrentTime
Declaration
public double CurrentTime { get; }
Property Value
System.Double
|
Duration
Declaration
public double Duration { get; }
Property Value
System.Double
|
Ended
Declaration
public bool Ended { get; }
Property Value
System.Boolean
|
Error
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
InError
Declaration
public bool InError { get; }
Property Value
System.Boolean
|
InitialTime
Declaration
public double InitialTime { get; }
Property Value
System.Double
|
Loop
Declaration
public bool Loop { get; set; }
Property Value
System.Boolean
|
Paused
Declaration
public bool Paused { get; }
Property Value
System.Boolean
|
Poster
Declaration
public string Poster { get; set; }
Property Value
System.String
|
Sources
Declaration
public IList<HtmlSource> Sources { get; }
Property Value
System.Collections.Generic.IList<HtmlSource>
|
Src
Declaration
public string Src { get; set; }
Property Value
System.String
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
Load()
Declaration
public void Load()
Pause()
Declaration
public void Pause()
Play()
Declaration
public void Play()