QuickTimeObjectProperties.FieldOfView Property
Gets or sets the field of view angle for a QuickTime VR movie.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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 |
---|---|---|
Note
Note that the movie’s field of view angle can be changed by using the Ctrl or Shift keys.
See Also