Video

Wisej.Web.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

Initializes a new instance of Video.

Properties

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.

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

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

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

Implements

Last updated