[]
        
(Showing Draft Content)

C1.WPF.Core.C1LayoutTransformer

C1LayoutTransformer Class

Represents a layout transformer control with a single piece of content of any type.

Inheritance
C1LayoutTransformer
Namespace: C1.WPF.Core
Assembly: C1.WPF.Core.dll
Syntax
[TemplatePart(Name = "TransformRoot", Type = typeof(Grid))]
[TemplatePart(Name = "Presenter", Type = typeof(ContentPresenter))]
public sealed class C1LayoutTransformer : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable

Constructors

Name Description
C1LayoutTransformer()

Initializes a new instance of the C1LayoutTransformer class.

Fields

Name Description
LayoutTransformProperty

Identifies the LayoutTransform dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

LayoutTransform

Gets or sets the layout transform to apply on the LayoutTransformer control content.

Methods

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()