Represents a control that applies a layout transformation to its Content.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[TemplatePartAttribute(Name = "TransformRoot", Type = typeof(Grid))]
[TemplatePartAttribute(Name = "Presenter", Type = typeof(ContentPresenter))]
public sealed class C1LayoutTransformer : ContentControl
Visual Basic
<TemplatePartAttribute(Name := "TransformRoot", Type := GetType(Grid))> _
<TemplatePartAttribute(Name := "Presenter", Type := GetType(ContentPresenter))> _
Public NotInheritable Class C1LayoutTransformer _
	Inherits 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