Skip to main content
A newer version of this page is available. .

LayoutViewOptionsCarouselMode.RollAngle Property

Gets or sets the roll angle, in radians, ranging from 0 to 2π.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(3.14159274F)]
[XtraSerializableProperty]
public float RollAngle { get; set; }

Property Value

Type Default Description
Single 3.141593

A Single value that specifies the roll angle, in radians, ranging from 0 to 2π.

Property Paths

You can access this nested property as listed below:

Object Type Path to RollAngle
LayoutView
.OptionsCarouselMode.RollAngle

Remarks

LayoutView_PitchRollAngles

See Also