Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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