Core Library for WPF | ComponentOne
C1.WPF.Core 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 Shadows Property LayoutTransform As Transform
    public new Transform LayoutTransform {get; set;}
    See Also