| Visual Basic (Declaration) | |
|---|---|
Public Enum MedicalViewerTagAlignment Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum MedicalViewerTagAlignment : Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum MedicalViewerTagAlignment : public Enum | |
| C++/CLI | |
|---|---|
public enum class MedicalViewerTagAlignment : public Enum | |
| Member | Description |
|---|---|
| TopLeft | Start counting rows from the top of the cell. The tag will be left-justified. |
| LeftCenter | The tag is placed in the center, based on the height of the cell, and is left-justified. |
| BottomLeft | Start counting rows from the bottom of the cell. The tag will be left-justified. |
| TopCenter | The tag is placed in the center, based on the width of the cell, and is top-justified. |
| BottomCenter | The tag is placed in the center, based on the width of the cell, and is bottom-justified. |
| TopRight | Start counting rows from the top of the cell. The tag will be right-justified. |
| RightCenter | The tag is placed in the center, based on the height of the cell, and is right-justified. |
| BottomRight | Start counting rows from the bottom 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family