LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Transform Property (AnnBrush)

Show in webframe





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.
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:
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

See Also

Reference

AnnBrush Class
AnnBrush Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.