Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1LayoutTransformer Class / LayoutTransform Property

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