QuickTimeObjectProperties.PanAngle Property
Gets or sets the pan angle for a QuickTime VR movie.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value specifying the pan angle of a movie. |
Remarks
The PanAngle property can be set to a value between 0 and 360 degrees.
The following table demonstrates how setting the PanAngle property affects the display of a QuickTime object within the ASPxObjectContainer.
PanAngle = 10 | PanAngle = 0 (default) | PanAngle = 350 |
---|---|---|
See Also