Intersoft ClientUI Documentation
SetTransformOrigin Method



The target object.
The new transform origin.
Sets the render transform origin to an object.
Syntax
Public Shared Sub SetTransformOrigin( _
   ByVal obj As DependencyObject, _
   ByVal value As Nullable(Of Point) _
) 
Dim obj As DependencyObject
Dim value As Nullable(Of Point)
 
ContentTransition.SetTransformOrigin(obj, value)
public static void SetTransformOrigin( 
   DependencyObject obj,
   Nullable<Point> value
)
public:
static void SetTransformOrigin( 
   DependencyObject^ obj,
   Nullable<Point> value
) 

Parameters

obj
The target object.
value
The new transform origin.
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

ContentTransition Class
ContentTransition Members

Send Feedback