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

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

Syntax

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

Remarks

Corresponds to UIElement.LayoutTransform.

See Also