TileView for WPF and Silverlight
C1TileViewItem Class
Members 


A selectable item inside a C1TileView.
Object Model
C1TileViewItem Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="Header", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplateVisualStateAttribute(Name="Maximized", GroupName="TiledStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Minimized", GroupName="TiledStates")>
<System.Windows.TemplatePartAttribute(Name="Presenter", Type=System.Windows.Controls.ContentPresenter)>
<System.Windows.TemplatePartAttribute(Name="StateButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
<System.Windows.TemplateVisualStateAttribute(Name="Tiled", GroupName="TiledStates")>
Public Class C1TileViewItem 
   Inherits C1.Silverlight.C1HeaderedContentControl
'Usage
 
Dim instance As C1TileViewItem
[System.Windows.TemplatePart(Name="Header", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplateVisualState(Name="Maximized", GroupName="TiledStates")]
[System.Windows.TemplateVisualState(Name="Minimized", GroupName="TiledStates")]
[System.Windows.TemplatePart(Name="Presenter", Type=System.Windows.Controls.ContentPresenter)]
[System.Windows.TemplatePart(Name="StateButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[System.Windows.TemplateVisualState(Name="Tiled", GroupName="TiledStates")]
public class C1TileViewItem : C1.Silverlight.C1HeaderedContentControl 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  C1.Silverlight.C1HeaderedContentControl
                     C1.Silverlight.TileView.C1TileViewItem

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1TileViewItem Members
C1.Silverlight.TileView Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.