ReflectionSettings
Settings that control the reflection effect of RadCarousel
Definition
Namespace:Telerik.Windows.Controls.Carousel
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class ReflectionSettings : DependencyObject
Inheritance: objectReflectionSettings
Constructors
public ReflectionSettings()
Fields
AngleProperty
DependencyProperty
Identifies the AngleProperty dependency property.
public static readonly DependencyProperty AngleProperty
HeightOffsetProperty
DependencyProperty
Identifies the HeightOffsetProperty dependency property.
public static readonly DependencyProperty HeightOffsetProperty
HiddenPercentageProperty
DependencyProperty
Identifies the HiddenPercentageProperty dependency property.
public static readonly DependencyProperty HiddenPercentageProperty
OffsetXProperty
DependencyProperty
Identifies the OffsetXProperty dependency property.
public static readonly DependencyProperty OffsetXProperty
OffsetYProperty
DependencyProperty
Identifies the OffsetYProperty dependency property.
public static readonly DependencyProperty OffsetYProperty
OpacityProperty
DependencyProperty
Identifies the OpacityProperty dependency property.
public static readonly DependencyProperty OpacityProperty
VisibilityProperty
DependencyProperty
Identifies the VisibilityProperty dependency property.
public static readonly DependencyProperty VisibilityProperty
WidthOffsetProperty
DependencyProperty
Identifies the WidthOffsetProperty dependency property.
public static readonly DependencyProperty WidthOffsetProperty
Properties
Gets or sets the height offset.
public double HeightOffset { get; set; }
The height offset.
Gets or sets the visibility percentage.
public double HiddenPercentage { get; set; }
The visibility percentage.
Gets or sets the reflection offset X.
public double OffsetX { get; set; }
The reflection offset X.
Gets or sets the reflection offset Y.
public double OffsetY { get; set; }
The reflection offset Y.
Gets or sets the reflection opacity.
public double Opacity { get; set; }
The reflection opacity.
Visibility
Visibility
Gets or sets the user interface (UI) visibility of Carousel Items reflection. This is a dependency property.
public Visibility Visibility { get; set; }
Gets or sets the width offset.
public double WidthOffset { get; set; }
The width offset.