Visual Basic (Declaration) | |
---|---|
Public Enum AnnTransformObjectMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum AnnTransformObjectMode : Enum |
C++/CLI | |
---|---|
public enum class AnnTransformObjectMode : public Enum |
Member | Description |
---|---|
Auto | Use the RenderTransform transform. This is the default mode used by most objects. Objects that have their AnnObjectBase.TransformObjectMode property set to Auto will support all transformations. |
Points | Do not use the RenderTransform transform. This is used by some objects that do not support all transformation operations. For example, the AnnTextPointerObject does not support rotation, so it uses this mode to directly transform its bounding points. |
PointsAndRotate | This is similar to AnnTransformObjectMode.Auto,
but the rotate control points (AnnObjectBase.RotateGripper and
AnnObjectBase.RotateCenter are also transformed by the RenderTransform transform.
This mode is used by AnnGroupObject and AnnFreehandHotspotObject. For more information, refer to WPF Annotation Rotation Options. |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnTransformObjectMode
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family