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.v26.1.dll

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.

Note

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

See Also