Skip to main content
Tab

QuickTimeObjectProperties.PanAngle Property

Gets or sets the pan angle for a QuickTime VR movie.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int PanAngle { get; set; }

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
ObjectContainer_QuickTime_PanAngle_10.png ObjectContainer_QuickTime_Default.png ObjectContainer_QuickTime_PanAngle_350.png
See Also