Skip to main content
Tab

QuickTimeObjectProperties.TiltAngle Property

Gets or sets a value that specifies the tilt angle for a QuickTime VR movie.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 0

An integer value specifying the tilt angle.

Remarks

The TiltAngle property can be set to a value between -42.5 and 42.5 degrees.

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

TiltAngle = -5 TiltAngle = 0 (default) TiltAngle = 5
ObjectContainer_QuickTime_TiltAngle_-5.png ObjectContainer_QuickTime_Default.png ObjectContainer_QuickTime_TiltAngle_5.png
See Also