New to Telerik UI for WPFStart a free 30-day trial

Settings that control the reflection effect of RadCarousel

Definition

Namespace:Telerik.Windows.Controls.Carousel

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class ReflectionSettings : DependencyObject

Inheritance: objectReflectionSettings

Constructors

C#
public ReflectionSettings()

Fields

DependencyProperty

Identifies the AngleProperty dependency property.

C#
public static readonly DependencyProperty AngleProperty

DependencyProperty

Identifies the HeightOffsetProperty dependency property.

C#
public static readonly DependencyProperty HeightOffsetProperty

DependencyProperty

Identifies the HiddenPercentageProperty dependency property.

C#
public static readonly DependencyProperty HiddenPercentageProperty

DependencyProperty

Identifies the OffsetXProperty dependency property.

C#
public static readonly DependencyProperty OffsetXProperty

DependencyProperty

Identifies the OffsetYProperty dependency property.

C#
public static readonly DependencyProperty OffsetYProperty

DependencyProperty

Identifies the OpacityProperty dependency property.

C#
public static readonly DependencyProperty OpacityProperty

DependencyProperty

Identifies the VisibilityProperty dependency property.

C#
public static readonly DependencyProperty VisibilityProperty

DependencyProperty

Identifies the WidthOffsetProperty dependency property.

C#
public static readonly DependencyProperty WidthOffsetProperty

Properties

Gets or sets the angle.

C#
public double Angle { get; set; }
Property Value:

The angle.

Gets or sets the height offset.

C#
public double HeightOffset { get; set; }
Property Value:

The height offset.

Gets or sets the visibility percentage.

C#
public double HiddenPercentage { get; set; }
Property Value:

The visibility percentage.

Gets or sets the reflection offset X.

C#
public double OffsetX { get; set; }
Property Value:

The reflection offset X.

Gets or sets the reflection offset Y.

C#
public double OffsetY { get; set; }
Property Value:

The reflection offset Y.

Gets or sets the reflection opacity.

C#
public double Opacity { get; set; }
Property Value:

The reflection opacity.

Visibility

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

C#
public Visibility Visibility { get; set; }

Gets or sets the width offset.

C#
public double WidthOffset { get; set; }
Property Value:

The width offset.