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

LayoutViewOptionsCarouselMode.PitchAngle Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(1.57079637F)]
[XtraSerializableProperty]
public float PitchAngle { get; set; }

Property Value

Type Default Description
Single 1.570796

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 Type Path to PitchAngle
LayoutView
.OptionsCarouselMode.PitchAngle

Remarks

LayoutView_PitchRollAngles

See Also