[]
Represents a layout transformer control with a single piece of content of any type.
[TemplatePart(Name = "TransformRoot", Type = typeof(Grid))]
[TemplatePart(Name = "Presenter", Type = typeof(ContentPresenter))]
public sealed class C1LayoutTransformer : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable
| Name | Description |
|---|---|
| C1LayoutTransformer() | Initializes a new instance of the C1LayoutTransformer class. |
| Name | Description |
|---|---|
| LayoutTransformProperty | Identifies the LayoutTransform dependency property. |
| Name | Description |
|---|---|
| IsDisposed | Gets whether this instance is disposed. |
| LayoutTransform | Gets or sets the layout transform to apply on the LayoutTransformer control content. |
| Name | Description |
|---|---|
| ApplyLayoutTransform() | Applies the layout transform on the LayoutTransformer control content. |
| ArrangeOverride(Size) | Provides the behavior for the "Arrange" pass of layout. |
| Dispose() | |
| MeasureOverride(Size) | Provides the behavior for the "Measure" pass of layout. |
| OnApplyTemplate() |