DicomObjects.NET8 Documentation
DicomObjects.Enums Namespace / VerticalAlignMode Enumeration



In This Topic
    VerticalAlignMode Enumeration
    In This Topic
    Specifies vertical alignment options for text rendering.
    Syntax
    'Declaration
     
    
    Public Enum VerticalAlignMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VerticalAlignMode
    public enum VerticalAlignMode : System.Enum 
    public enum class VerticalAlignMode : public System.Enum 
    Members
    MemberDescription
    Bottom Align text to the bottom of the bounding rectangle.
    Center Align text to the vertical center of the bounding rectangle.
    Top Align text to the top of the bounding rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.VerticalAlignMode

    Requirements

    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

    See Also