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