Back to Devexpress

LayoutViewOptionsCarouselMode.PitchAngle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-91848f1d.md

latest1.9 KB
Original Source

LayoutViewOptionsCarouselMode.PitchAngle Property

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Single1.5707964

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PitchAngle
LayoutView

.OptionsCarouselMode .PitchAngle

|

Remarks

See Also

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace