DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / VerticalAlign Property



In This Topic
    VerticalAlign Property
    In This Topic
    Specifies the vertical alignment of the label text within its bounding rectangle.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlign As VerticalAlignMode
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As VerticalAlignMode
     
    instance.VerticalAlign = value
     
    value = instance.VerticalAlign
    public VerticalAlignMode VerticalAlign {get; set;}
    public:
    property VerticalAlignMode VerticalAlign {
       VerticalAlignMode get();
       void set (    VerticalAlignMode value);
    }
    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