Skip to main content
Tab

QuickTimeObjectProperties.FieldOfView Property

Gets or sets the field of view angle for a QuickTime VR movie.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(50)]
public int FieldOfView { get; set; }

Property Value

Type Default Description
Int32 50

An integer value specifying the view angle of a movie.

Remarks

The FieldOfView property can be set to a value between 8 and 64 degrees.

The following tabe demonstrates how setting the FieldOfView property affects the display of a QuickTime object within the ASPxObjectContainer.

FieldOfView = 40 FieldOfView = 50 (default) FieldOfView = 60
ObjectContainer_QuickTime_FieldOfView_40.png ObjectContainer_QuickTime_Default.png ObjectContainer_QuickTime_FieldOfView_60.png

Note

Note that the movie’s field of view angle can be changed by using the Ctrl or Shift keys.

See Also