Represents a control that applies a layout transformation to its Content.
Namespace:
C1.WPFAssembly: 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
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
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