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

In This Topic
    C1LayoutTransformer Class
    In This Topic
    Represents a control that applies a layout transformation to its Content.
    Object Model
    C1LayoutTransformer Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="Presenter", Type=System.Windows.Controls.ContentPresenter)>
    <ContentPropertyAttribute("Content", True)>
    Public NotInheritable Class C1LayoutTransformer 
       Inherits System.Windows.Controls.ContentControl
    [TemplatePart(Name="Presenter", Type=System.Windows.Controls.ContentPresenter)]
    [ContentProperty("Content", true)]
    public sealed class C1LayoutTransformer : 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.C1LayoutTransformer

    See Also