Class RadCoverFlow
Inheritance
System.Object
RadCoverFlow
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadCoverFlow : ListBox, IAutomationPeer, IPeerConverter, IControl, IListBox, IFrameworkElement, ITargetElement
Constructors
RadCoverFlow()
Declaration
public RadCoverFlow()
Properties
CameraDistance
Declaration
public double CameraDistance { get; }
Property Value
System.Double
|
CameraRotation
Declaration
public double CameraRotation { get; }
Property Value
System.Double
|
CoverItems
Declaration
public IList<RadCoverFlowItem> CoverItems { get; }
Property Value
System.Collections.Generic.IList<RadCoverFlowItem>
|
DistanceBetweenItems
Declaration
public double DistanceBetweenItems { get; }
Property Value
System.Double
|
DistanceFromSelectedItem
Declaration
public double DistanceFromSelectedItem { get; }
Property Value
System.Double
|
IsReflectionEnabled
Declaration
public bool IsReflectionEnabled { get; }
Property Value
System.Boolean
|
ItemChangeDelay
ItemScale
Declaration
public double ItemScale { get; }
Property Value
System.Double
|
OffsetX
Declaration
public double OffsetX { get; }
Property Value
System.Double
|
OffsetY
Declaration
public double OffsetY { get; }
Property Value
System.Double
|
RotationY
Declaration
public double RotationY { get; }
Property Value
System.Double
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|