Class
ReflectionSettings

Settings that control the reflection effect of RadCarousel

Definition

Namespace:Telerik.Windows.Controls.Carousel

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class ReflectionSettings : DependencyObject

Inheritance: objectReflectionSettings

Constructors

Declaration

cs-api-definition
public ReflectionSettings()

Fields

Identifies the AngleProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AngleProperty

Field Value

DependencyProperty

Identifies the HeightOffsetProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeightOffsetProperty

Field Value

DependencyProperty

Identifies the HiddenPercentageProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HiddenPercentageProperty

Field Value

DependencyProperty

Identifies the OffsetXProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OffsetXProperty

Field Value

DependencyProperty

Identifies the OffsetYProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OffsetYProperty

Field Value

DependencyProperty

Identifies the OpacityProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OpacityProperty

Field Value

DependencyProperty

Identifies the VisibilityProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty VisibilityProperty

Field Value

DependencyProperty

Identifies the WidthOffsetProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty WidthOffsetProperty

Field Value

DependencyProperty

Properties

Gets or sets the angle.

Declaration

cs-api-definition
public double Angle { get; set; }

Property Value

double

The angle.

Gets or sets the height offset.

Declaration

cs-api-definition
public double HeightOffset { get; set; }

Property Value

double

The height offset.

Gets or sets the visibility percentage.

Declaration

cs-api-definition
public double HiddenPercentage { get; set; }

Property Value

double

The visibility percentage.

Gets or sets the reflection offset X.

Declaration

cs-api-definition
public double OffsetX { get; set; }

Property Value

double

The reflection offset X.

Gets or sets the reflection offset Y.

Declaration

cs-api-definition
public double OffsetY { get; set; }

Property Value

double

The reflection offset Y.

Gets or sets the reflection opacity.

Declaration

cs-api-definition
public double Opacity { get; set; }

Property Value

double

The reflection opacity.

Gets or sets the user interface (UI) visibility of Carousel Items reflection. This is a dependency property.

Declaration

cs-api-definition
public Visibility Visibility { get; set; }

Property Value

Visibility

Gets or sets the width offset.

Declaration

cs-api-definition
public double WidthOffset { get; set; }

Property Value

double

The width offset.