Leadtools.MedicalViewer Namespace : MedicalViewerTagAlignment Enumeration |
public enum MedicalViewerTagAlignment : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MedicalViewerTagAlignment Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MedicalViewerTagAlignment
public enum class MedicalViewerTagAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | TopLeft | Start counting rows from the top of the cell. The tag will be left-justified. |
0x00000001 | LeftCenter | The tag is placed in the center, based on the height of the cell, and is left-justified. |
0x00000002 | BottomLeft | Start counting rows from the bottom of the cell. The tag will be left-justified. |
0x00000003 | TopCenter | The tag is placed in the center, based on the width of the cell, and is top-justified. |
0x00000004 | BottomCenter | The tag is placed in the center, based on the width of the cell, and is bottom-justified. |
0x00000005 | TopRight | Start counting rows from the top of the cell. The tag will be right-justified. |
0x00000006 | RightCenter | The tag is placed in the center, based on the height of the cell, and is right-justified. |
0x00000007 | BottomRight | Start counting rows from the bottom of the cell. The tag will be right-justified. |
Below is a picture that describes how each tag is located based on the tag alignment value.
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerTagAlignment