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 AnnTransformMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Windows.Annotations.AnnTransformMode = function() { }; Leadtools.Windows.Annotations.AnnTransformMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class AnnTransformMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
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. |
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
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