←Select platform

MedicalViewerTagAlignment Enumeration

Summary

Specifies the origin point to begin counting the rows specified in the row parameter in the SetTag method.

Syntax

C#
VB
C++
public enum MedicalViewerTagAlignment 
  
Public Enum MedicalViewerTagAlignment  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
             
            public enum class MedicalViewerTagAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
             

Members

ValueMemberDescription
0TopLeft Start counting rows from the top of the cell. The tag will be left-justified.
1LeftCenter The tag is placed in the center, based on the height of the cell, and is left-justified.
2BottomLeft Start counting rows from the bottom of the cell. The tag will be left-justified.
3TopCenter The tag is placed in the center, based on the width of the cell, and is top-justified.
4BottomCenter The tag is placed in the center, based on the width of the cell, and is bottom-justified.
5TopRight Start counting rows from the top of the cell. The tag will be right-justified.
6RightCenter The tag is placed in the center, based on the height of the cell, and is right-justified.
7BottomRight Start counting rows from the bottom of the cell. The tag will be right-justified.
Remarks

Below is a picture that describes how each tag is located based on the tag alignment value.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly