ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1LayoutTransformer Class / LayoutTransform Property

In This Topic
    LayoutTransform Property
    In This Topic
    Gets or sets the layout transform to apply on the LayoutTransformer control content.
    Syntax
    'Declaration
     
    Public Property LayoutTransform As Windows.UI.Xaml.Media.Transform
    public Windows.UI.Xaml.Media.Transform LayoutTransform {get; set;}
    Remarks
    Corresponds to UIElement.LayoutTransform.
    See Also