Search
Video Members
Constructors Fields Properties Methods
 


A component that displays video stream.

The following tables list the members exposed by the Video type.

 Public Constructors

  Name Description

Video

Initializes a new instance of the Video class.

 Public Fields

  Name Description

bounds

The object's bounds.

 Public Properties

  Name Description

gridColumn

Gets or sets the index of the grid column this component is contained in. (Inherited from ComponentBase.)

gridRow

Gets or sets the index of the grid row this component is contained in. (Inherited from ComponentBase.)

horizontalAlignment

Gets or sets the component's horizontal alignment. (Inherited from ComponentBase.)

mediaLocation

Gets or sets URL of the video stream displayed in this component.

verticalAlignment

Gets or sets the component's vertical alignment. (Inherited from ComponentBase.)

visibility

Gets or sets the visibility of this component. (Inherited from ComponentBase.)

 Public Methods

  Name Description

clone

Creates a Video object identical to the current object.

isPlaying

Detects if video is playing.

pause

Pauses the video.

play

Starts playing the video stream.

 See Also