The MedicalViewerTagAlignment Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Represents the values that specify the origin point from which to count the rows specified in the row parameter in the MedicalViewerBaseCell.SetTag method.| Visual Basic (Declaration) | |
|---|---|
Public Enum MedicalViewerTagAlignment Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerTagAlignment | |
| C# | |
|---|---|
public enum MedicalViewerTagAlignment : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MedicalViewerTagAlignment : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| BottomCenter | The tag is placed in the center, based on the width of the cell, and is bottom-justified. |
| BottomLeft | Start counting rows from the bottom of the cell. The tag will be left-justified. |
| BottomRight | Start counting rows from the bottom of the cell. The tag will be right-justified. |
| LeftCenter | The tag is placed in the center, based on the height of the cell, and is left-justified. |
| RightCenter | The tag is placed in the center, based on the height of the cell, and is right-justified. |
| TopCenter | The tag is placed in the center, based on the width of the cell, and is top-justified. |
| TopLeft | Start counting rows from the top of the cell. The tag will be left-justified. |
| TopRight | Start counting rows from the top of the cell. The tag will be right-justified. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerTagAlignment
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code