QuickTimeObjectProperties.TiltAngle Property
Gets or sets a value that specifies the tilt 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 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 |
---|---|---|
See Also