Gets and sets the transformation matrix for this
Transformer.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Transform As Matrix |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Transformer
Dim value As Matrix
instance.Transform = value
value = instance.Transform |
C# | |
---|
public Matrix Transform {get; set;} |
Property Value
The transformation matrix for this
Transformer.
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also