Back to Devexpress

LayoutViewOptionsCarouselMode.BottomCardFading Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-60fa4d73.md

latest2.1 KB
Original Source

LayoutViewOptionsCarouselMode.BottomCardFading Property

Gets or sets the fading 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(0F)]
[XtraSerializableProperty]
public float BottomCardFading { get; set; }
vb
<DefaultValue(0F)>
<XtraSerializableProperty>
Public Property BottomCardFading As Single

Property Value

TypeDefaultDescription
Single0

A Single value that specifies the fading factor for background cards, in the range between 0(no fading out) and 1(the bottommost card is invisible).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to BottomCardFading
LayoutView

.OptionsCarouselMode .BottomCardFading

|

Remarks

In Carousel mode, background cards are faded out. The BottomCardFading property specifies the fading factor, ranging between 0(no fading out) to 1(the bottommost card is invisible).

See Also

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace