Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1LayoutTransformer Class / ApplyLayoutTransform Method

In This Topic
    ApplyLayoutTransform Method
    In This Topic
    Applies the layout transform on the LayoutTransformer control content.
    Syntax
    'Declaration
     
    
    Public Sub ApplyLayoutTransform() 
    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