Intersoft ClientUI Documentation
TransformInfo Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ITransformInfo Interface : TransformInfo Property






Gets or sets transformable info.

Syntax

Visual Basic (Declaration) 
Property TransformInfo As TransformInfo
Visual Basic (Usage)Copy Code
Dim instance As ITransformInfo
Dim value As TransformInfo
 
instance.TransformInfo = value
 
value = instance.TransformInfo
C# 
TransformInfo TransformInfo {get; set;}
Delphi 
read-write property TransformInfo: TransformInfo; 
JScript 
function get,set TransformInfo : TransformInfo
Managed Extensions for C++ 
__property TransformInfo* get_TransformInfo();
__property void set_TransformInfo( 
   TransformInfo* value
);
C++/CLI 
property TransformInfo^ TransformInfo {
   TransformInfo^ get();
   void set (    TransformInfo^ value);
}

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.