LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Transform Property (AnnBrush)






Gets or sets the transformation that is applied to the brush. This transformation is applied after the brush's output has been mapped and positioned. .NET support Silverlight support
Syntax
public Transform Transform {get; set;}
'Declaration
 
Public Property Transform As Transform
'Usage
 
Dim instance As AnnBrush
Dim value As Transform
 
instance.Transform = value
 
value = instance.Transform
public Transform Transform {get; set;}
 get_Transform();
set_Transform(value);
public:
property Transform^ Transform {
   Transform^ get();
   void set (    Transform^ value);
}

Property Value

The transformation to apply to the brush. The default value is the System.Windows.Media.Transform.Identity transformation.
Remarks

Use this property to rotate, scale, skew, or translate a brush's content.

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

AnnBrush Class
AnnBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.