Enum
OpacityChangeConditions

Sets the way opacity is applied to carousel items

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum OpacityChangeConditions

Fields

None

Opacity is not modified

Declaration

cs-api-definition
None = 0

Field Value

OpacityChangeConditions

SelectedIndex

Selected item is with opacity 1.0. Opacity decreases corresponding to the distance from the selected item.

Declaration

cs-api-definition
SelectedIndex = 1

Field Value

OpacityChangeConditions

ZIndex

Opacity increases relatively to items' ZIndex. The Item with greatest ZIndex has opacity of 1.0

Declaration

cs-api-definition
ZIndex = 2

Field Value

OpacityChangeConditions

In this article
DefinitionFieldsNoneSelectedIndexZIndex
Not finding the help you need?
Contact Support