Back to Devexpress

LayoutViewOptionsCarouselMode.BottomCardAlphaLevel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-046f9bca.md

latest2.1 KB
Original Source

LayoutViewOptionsCarouselMode.BottomCardAlphaLevel Property

Gets or sets the transparency level 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 BottomCardAlphaLevel { get; set; }
vb
<DefaultValue(0F)>
<XtraSerializableProperty>
Public Property BottomCardAlphaLevel As Single

Property Value

TypeDefaultDescription
Single0

A Single value that specifies the transparency level, in the range between 0(transparent) and 1(opaque).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to BottomCardAlphaLevel
LayoutView

.OptionsCarouselMode .BottomCardAlphaLevel

|

Remarks

The transparency effect becomes noticable when background cards overlap. In this instance, if card transparency is enabled, bottom cards can be seen through upper cards.

See Also

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace