'Declaration Public Enum RotationMode Inherits System.Enum
'Usage Dim instance As RotationMode
public enum RotationMode : System.Enum
public enum class RotationMode : public System.Enum
'Declaration Public Enum RotationMode Inherits System.Enum
'Usage Dim instance As RotationMode
public enum RotationMode : System.Enum
public enum class RotationMode : public System.Enum
| Member | Description |
|---|---|
| CentreToRotationPoint | Move label position so that it remains centred on the rotation point as defined by RotationCentre |
| Default | Non-text labels rotate, but text labels do not. |
| NoRotate | The label does not rotate if the image is rotated |
| WithImage | The label rotates with the image (provided that the label's ScaleMode property is ScaleMode.Image) |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.RotationMode