[]
public sealed class C1LayoutTransformer : ContentControl, 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() |