LayoutViewOptionsCarouselMode.RollAngle Property
Gets or sets the roll angle, in radians, ranging from 0 to 2π.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(3.1415927F)]
[XtraSerializableProperty]
public float RollAngle { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Single | 3.1415927 | 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 |
|
Remarks

See Also