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.v26.1.dll

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.

See Also