ComponentOne Basic Library for WPF and Silverlight
C1LayoutTransformer Class
Members 


C1.Silverlight Namespace : C1LayoutTransformer Class
Represents a control that applies a layout transformation to its Content.
Object Model
C1LayoutTransformer Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="Presenter", Type=System.Windows.Controls.ContentPresenter)>
<System.Windows.TemplatePartAttribute(Name="TransformRoot", Type=System.Windows.Controls.Grid)>
Public NotInheritable Class C1LayoutTransformer 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As C1LayoutTransformer
[System.Windows.TemplatePart(Name="Presenter", Type=System.Windows.Controls.ContentPresenter)]
[System.Windows.TemplatePart(Name="TransformRoot", Type=System.Windows.Controls.Grid)]
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

Reference

C1LayoutTransformer Members
C1.Silverlight Namespace