Applies the layout transform on the LayoutTransformer control content.

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

Syntax

C#
public void ApplyLayoutTransform()
Visual Basic
Public Sub ApplyLayoutTransform

Remarks

Only used in advanced scenarios (like animating the LayoutTransform). Should be used to notify the LayoutTransformer control that some aspect of its Transform property has changed.

See Also