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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public Transform LayoutTransform { get; set; }
Visual Basic
Public Property LayoutTransform As Transform
	Get
	Set

Remarks

Corresponds to UIElement.LayoutTransform.

See Also