Intersoft ClientUI Documentation
Transform Property



Gets or sets the layout transform to apply on the ContentTransformer control content.
Syntax
<CategoryAttribute("Layout")>
Public Property Transform As Transform
Dim instance As ContentTransformer
Dim value As Transform
 
instance.Transform = value
 
value = instance.Transform
[CategoryAttribute("Layout")]
public Transform Transform {get; set;}
[CategoryAttribute("Layout")]
public:
property Transform^ Transform {
   Transform^ get();
   void set (    Transform^ value);
}
Remarks
Corresponds to UIElement.Transform.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContentTransformer Class
ContentTransformer Members

Send Feedback