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



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