Leadtools.Windows.Annotations Namespace : AnnTransformMode Enumeration |
public enum AnnTransformMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum AnnTransformMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AnnTransformMode
public enum class AnnTransformMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Auto | Use the System.Windows.UIElement.RenderTransform transform. This is the default mode used by most objects. Objects that have their AnnObject.TransformMode property set to Auto will support all transformations. |
0x00000001 | Points | Do not use the System.Windows.UIElement.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. |
0x00000002 | PointsAndRotate |
This is similar to AnnTransformMode.Auto, but the rotate control points (AnnObject.RotateGripper and AnnObject.RotateCenter are also transformed by the System.Windows.UIElement.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.AnnTransformMode