Skip to main content
Version: 3.5

Video

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a Video control that displays a video file.

public class Video : Media

Constructors

Instance memberVideo()

Initializes a new instance of Video.

Properties

Instance memberObjectFit

ObjectFit: Gets or sets the object-fit value for the video. to apply to the video. (Default: Contain)

See https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit.

Instance memberPlaysInline

Boolean: Gets or sets the presence of the playsinline attribute. (Default: False)

Instance memberPosterImage

Image: Specifies an image to be shown while the video is downloading, or until the user hits the play button.

Instance memberPosterImageSource

String: Returns or sets the theme name or URL for the image to display in the Video control.

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.