Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1SlideContentControl Class
Members

In This Topic
    C1SlideContentControl Class
    In This Topic
    System.Windows.Controls.ContentControl which allows specifying a value between 0 and 1 to perform slide animations which affect the layout.
    Object Model
    C1SlideContentControl Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Content", True)>
    Public Class C1SlideContentControl 
       Inherits System.Windows.Controls.ContentControl
    [ContentProperty("Content", true)]
    public class C1SlideContentControl : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1SlideContentControl

    See Also