Leadtools.MedicalViewer Namespace : MedicalViewerTagAlignment Enumeration |
public enum MedicalViewerTagAlignment : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MedicalViewerTagAlignment Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MedicalViewerTagAlignment
public enum MedicalViewerTagAlignment : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.MedicalViewer.MedicalViewerTagAlignment = function() { }; Leadtools.MedicalViewer.MedicalViewerTagAlignment.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class MedicalViewerTagAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BottomCenter | The tag is placed in the center, based on the width of the cell, and is bottom-justified. |
BottomLeft | Start counting rows from the bottom of the cell. The tag will be left-justified. |
BottomRight | Start counting rows from the bottom of the cell. The tag will be right-justified. |
LeftCenter | The tag is placed in the center, based on the height of the cell, and is left-justified. |
RightCenter | The tag is placed in the center, based on the height of the cell, and is right-justified. |
TopCenter | The tag is placed in the center, based on the width of the cell, and is top-justified. |
TopLeft | Start counting rows from the top of the cell. The tag will be left-justified. |
TopRight | Start counting rows from the top of the cell. The tag will be right-justified. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerTagAlignment
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2