'Declaration
Public Enum RotationCentre Inherits System.Enum
'Usage
Dim instance As RotationCentre
public enum RotationCentre : System.Enum
public enum class RotationCentre : public System.Enum
'Declaration
Public Enum RotationCentre Inherits System.Enum
'Usage
Dim instance As RotationCentre
public enum RotationCentre : System.Enum
public enum class RotationCentre : public System.Enum
Member | Description |
---|---|
AutoSizeCentre | The rotation point is the centre of the chosen text area, as defined by the AutoSizeMode property |
LabelCentre | The rotation point is the centre of the originally defined label, as defined by it's Area property |
SpecifiedPoint | The rotation point is the point specified by the RotationPoint property |
TextCentre | The rotation point is the centre of the calculated text area - irrespective of the value of AutoSizeMode property |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.RotationCentre
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