Back to Devexpress

LayoutViewOptionsCarouselMode.RollAngle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-294158cf.md

latest1.9 KB
Original Source

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.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(3.1415927F)]
[XtraSerializableProperty]
public float RollAngle { get; set; }
vb
<DefaultValue(3.1415927F)>
<XtraSerializableProperty>
Public Property RollAngle As Single

Property Value

TypeDefaultDescription
Single3.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 TypePath to RollAngle
LayoutView

.OptionsCarouselMode .RollAngle

|

Remarks

See Also

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace