Edit

Share via


LayoutTransformControl Class

Definition

Control that implements support for transformations as if applied by LayoutTransform.

[Windows.UI.Xaml.Markup.ContentProperty(Name="Child")]
public class LayoutTransformControl : Windows.UI.Xaml.Controls.Control
[<Windows.UI.Xaml.Markup.ContentProperty(Name="Child")>]
type LayoutTransformControl = class
    inherit Control
Public Class LayoutTransformControl
Inherits Control
Inheritance
Windows.UI.Xaml.Controls.Control
LayoutTransformControl
Attributes
Windows.UI.Xaml.Markup.ContentPropertyAttribute

Constructors

LayoutTransformControl()

Initializes a new instance of the LayoutTransformControl class.

Fields

ChildProperty

Identifies the ChildProperty.

TransformProperty

Identifies the TransformProperty dependency property.

Properties

Child

Gets or sets the single child of the LayoutTransformControl.

Transform

Gets or sets the Transform of the LayoutTransformControl.

Methods

ArrangeOverride(Size)

Provides the behavior for the "Arrange" pass of layout.

MeasureOverride(Size)

Provides the behavior for the "Measure" pass of layout.

OnApplyTemplate()

Called whenever the control's template changes.

TransformUpdated()

Notifies the LayoutTransformControl that some aspect of its Transform property has changed.

Applies to