MedicalViewerTagAlignment Enumeration

Summary
Specifies the origin point to begin counting the rows specified in the row parameter in the SetTag method.
Syntax
C#
C++/CLI
public enum MedicalViewerTagAlignment 
            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.

tag alignment
Requirements

Target Platforms

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.