LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
MedicalViewerTagAlignment Enumeration
See Also  
Leadtools.MedicalViewer Namespace : MedicalViewerTagAlignment Enumeration



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.

Syntax

Visual Basic (Declaration) 
Public Enum MedicalViewerTagAlignment 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerTagAlignment
C# 
public enum MedicalViewerTagAlignment : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class MedicalViewerTagAlignment : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BottomCenterThe tag is placed in the center, based on the width of the cell, and is bottom-justified.
BottomLeftStart counting rows from the bottom of the cell. The tag will be left-justified.
BottomRightStart counting rows from the bottom of the cell. The tag will be right-justified.
LeftCenterThe tag is placed in the center, based on the height of the cell, and is left-justified.
RightCenterThe tag is placed in the center, based on the height of the cell, and is right-justified.
TopCenterThe tag is placed in the center, based on the width of the cell, and is top-justified.
TopLeftStart counting rows from the top of the cell. The tag will be left-justified.
TopRightStart counting rows from the top 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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