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;}
See Also