ComponentOne Basic Library for WPF and Silverlight
C1LayoutTransformer Class
Members 


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

See Also

Reference

C1LayoutTransformer Members
C1.WPF Namespace