ComponentOne Tiles for WPF and Silverlight
C1.WPF.Tile Namespace / C1TileBase Class
Members

In This Topic
    C1TileBase Class
    In This Topic
    Provides the base implementation for all tile controls.
    Object Model
    C1TileBase Class
    Syntax
    'Declaration
     
    
    Public Class C1TileBase 
       Inherits C1.WPF.C1HeaderedContentControl
    public class C1TileBase : C1.WPF.C1HeaderedContentControl 
    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.ContentControl
                            C1.WPF.C1HeaderedContentControl
                               C1.WPF.Tile.C1TileBase
                                  C1.WPF.Tile.C1Tile

    See Also