WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1LayoutTransformer Class / ApplyLayoutTransform Method
In This Topic
    ApplyLayoutTransform Method
    In This Topic
    Applies the layout transform on the LayoutTransformer control content.
    Syntax
    public void 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