C1Book is an ItemsControl that contains elements which are shown as pages of a book. End-users can turn the pages as they would in a real book by using the mouse to drag the pages or double-clicking the corner page.
Namespace:
C1.WPF.ExtendedAssembly: C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] [LicenseProviderAttribute] [TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] [StyleTypedPropertyAttribute(Property = "ItemContainerStyle", StyleTargetType = typeof(C1BookItem))] public class C1Book : ItemsControl, ISupportInitialize |
| Visual Basic |
|---|
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _ <LicenseProviderAttribute> _ <TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _ <StyleTypedPropertyAttribute(Property := "ItemContainerStyle", StyleTargetType := GetType(C1BookItem))> _ Public Class C1Book _ Inherits ItemsControl _ Implements ISupportInitialize |
| XAML Object Element Usage |
|---|
<C1Book .../> |
Inheritance Hierarchy
System..::..Object
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
System.Windows.Media..::..Visual
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ItemsControl
C1.WPF.Extended..::..C1Book
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
System.Windows.Media..::..Visual
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ItemsControl
C1.WPF.Extended..::..C1Book