Skip to main content
Tab

VideoObjectProperties.StretchToFit Property

Gets or sets whether the video displayed by the control is automatically sized to fit into the video window when the video window is larger than the dimensions of the video image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool StretchToFit { get; set; }

Property Value

Type Default Description
Boolean false

true to stretch the video to fit into the video window; otherwise, false.

See Also