Leadtools.MedicalViewer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
MedicalViewerTagAlignment Enumeration
See Also  
Leadtools.MedicalViewer Namespace : MedicalViewerTagAlignment Enumeration




Represents the values that specify the origin point from which to count the rows specified in the row parameter in the SetTag method.

Syntax

Visual Basic (Declaration) 
Public Enum MedicalViewerTagAlignment 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerTagAlignment
C# 
public enum MedicalViewerTagAlignment : Enum 
Managed Extensions for C++ 
__value public enum MedicalViewerTagAlignment : public Enum 
C++/CLI 
public enum class MedicalViewerTagAlignment : public Enum 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.MedicalViewer.MedicalViewerTagAlignment

Requirements

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

See Also

Leadtools.MedicalViewer requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features