Sets the way opacity is applied to carousel items
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum OpacityChangeConditions
Fields
Opacity is not modified
C#
None = 0
Selected item is with opacity 1.0. Opacity decreases corresponding to the distance from the selected item.
C#
SelectedIndex = 1
Opacity increases relatively to items' ZIndex. The Item with greatest ZIndex has opacity of 1.0
C#
ZIndex = 2