ClassRadCoverFlow
Represents the Silverlight RadCoverFlow wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadCoverFlow : ListBox, IAutomationPeer, IPeerConverter, IControl, IListBox, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelectorListBoxRadCoverFlow
Implements:
Inherited Members
Constructors
RadCoverFlow()
Initializes a new instance of the RadCoverFlow class.
Declaration
public RadCoverFlow()
Properties
CameraDistance
Get the camera distance RadCoverFlow control value.
CameraRotation
Get the camera rotation RadCoverFlow control value.
CoverItems
Gets the list of all the RadCoverFlowItem elements.
Declaration
public IList<RadCoverFlowItem> CoverItems { get; }
Property Value
DistanceBetweenItems
Get the RadCoverFlow control distance between items value.
DistanceFromSelectedItem
Get the RadCoverFlow control distance from selected item value.
IsReflectionEnabled
Get the RadCoverFlow control IsReflectionEnabled value.
ItemChangeDelay
Get the RadCoverFlow control item change delay value.
ItemScale
Get the RadCoverFlow control item scale value.
OffsetX
Get the RadCoverFlow control offset X value.
OffsetY
Get the RadCoverFlow control offset X value.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides