[]
        
(Showing Draft Content)

C1.WinUI.Core.C1LayoutTransformer

C1LayoutTransformer Class

Inheritance
C1LayoutTransformer
Implements
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public sealed class C1LayoutTransformer : ContentControl, 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()