LayoutTransform Property (C1LayoutTransformer)
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