C1CoverFlow presents an animated, three dimensional display of selectable items.
Namespace:
C1.Silverlight.ExtendedAssembly: C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)
Syntax
C# |
---|
[TemplatePartAttribute(Name = "CoversMask", Type = typeof(FrameworkElement))] [TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] [TemplatePartAttribute(Name = "Scroll", Type = typeof(ScrollBar))] [TemplatePartAttribute(Name = "Covers", Type = typeof(Panel))] [TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")] [StyleTypedPropertyAttribute(Property = "ItemContainerStyle", StyleTargetType = typeof(C1CoverFlowItem))] [StyleTypedPropertyAttribute(Property = "ScrollBarStyle", StyleTargetType = typeof(ScrollBar))] public class C1CoverFlow : ItemsControl |
Visual Basic |
---|
<TemplatePartAttribute(Name := "CoversMask", Type := GetType(FrameworkElement))> _ <TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _ <TemplatePartAttribute(Name := "Scroll", Type := GetType(ScrollBar))> _ <TemplatePartAttribute(Name := "Covers", Type := GetType(Panel))> _ <TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _ <StyleTypedPropertyAttribute(Property := "ItemContainerStyle", StyleTargetType := GetType(C1CoverFlowItem))> _ <StyleTypedPropertyAttribute(Property := "ScrollBarStyle", StyleTargetType := GetType(ScrollBar))> _ Public Class C1CoverFlow _ Inherits ItemsControl |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ItemsControl
C1.Silverlight.Extended..::..C1CoverFlow
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ItemsControl
C1.Silverlight.Extended..::..C1CoverFlow