Intersoft ClientUI Documentation
Transform Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > ContentTransformer Class : Transform Property






Gets or sets the layout transform to apply on the ContentTransformer control content.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Layout")>
Public Property Transform As Transform
Visual Basic (Usage)Copy Code
Dim instance As ContentTransformer
Dim value As Transform
 
instance.Transform = value
 
value = instance.Transform
C# 
[CategoryAttribute("Layout")]
public Transform Transform {get; set;}
Delphi 
public read-write property Transform: Transform; 
JScript 
CategoryAttribute("Layout")
public function get,set Transform : Transform
Managed Extensions for C++ 
[CategoryAttribute("Layout")]
public: __property Transform* get_Transform();
public: __property void set_Transform( 
   Transform* value
);
C++/CLI 
[CategoryAttribute("Layout")]
public:
property Transform^ Transform {
   Transform^ get();
   void set (    Transform^ value);
}

Remarks

Corresponds to UIElement.Transform.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.