Back to Devexpress

LayoutViewOptionsCarouselMode.BottomCardScale Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-c0deaacd.md

latest2.0 KB
Original Source

LayoutViewOptionsCarouselMode.BottomCardScale Property

Gets or sets the scaling factor for background cards.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Single0.2

A Single value that specifies the scaling factor for background cards, ranging between 0(smallest) to 1(no scale).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to BottomCardScale
LayoutView

.OptionsCarouselMode .BottomCardScale

|

Remarks

In Carousel mode, background cards are scaled relative to the foreground card. The BottomCardScale property allows you to specify the scaling factor.

See Also

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace