DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / RotationMode Enumeration



RotationMode Enumeration
Possible values for controlling the rotation behaviour of a label.
Syntax
'Declaration
 
Public Enum RotationMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As RotationMode
Members
MemberDescription
CentreToRotationPointMove label position so that it remains centred on the rotation point as defined by
DefaultNon-text labels rotate, but text labels do not.
NoRotateThe label does not rotate if the image is rotated
WithImageThe label rotates with the image (provided that the label's ScaleMode property is )
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DicomObjects.Enums.RotationMode

Requirements

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

See Also