Leadtools.MedicalViewer Requires Medical Imaging license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 MedicalViewerCell.SetTag(Int32,Int32,MedicalViewerTagAlignment,MedicalViewerTagType) method.

Syntax

Visual Basic (Declaration) 
Public Enum MedicalViewerTagAlignment 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerTagAlignment
C# 
public enum MedicalViewerTagAlignment : 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 Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features