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

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Transform LayoutTransform { get; set; }
Visual Basic
Public Property LayoutTransform As Transform
	Get
	Set
XAML Attribute Usage
<object LayoutTransform="Transform" .../>

Remarks

Corresponds to UIElement.LayoutTransform.

See Also