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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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

See Also