Represents the items that can be hosted in a C1CoverFlow.

Namespace:  C1.Phone.Extended
Assembly:  C1.Phone.Extended (in C1.Phone.Extended.dll)

Syntax

C#
[TemplatePartAttribute(Name = "Reflector", Type = typeof(C1Reflector))]
public class C1CoverFlowItem : ContentControl
Visual Basic
<TemplatePartAttribute(Name := "Reflector", Type := GetType(C1Reflector))> _
Public Class C1CoverFlowItem _
	Inherits ContentControl

Inheritance Hierarchy

See Also