←Select platform

Transform Property

Summary

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

C#
VB
C++
public Transform Transform { get; set; } 
  
Public Property Transform As Transform 
public: 
property Transform^ Transform { 
   Transform^ get(); 
   void set (    Transform^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly