DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / StringFormat Property






    StringFormat Property
    Handles text alignment using the .NET StringFormat Member
    Syntax
    'Declaration
     
    
    Public Property StringFormat As System.Drawing.StringFormat
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.StringFormat
     
    instance.StringFormat = value
     
    value = instance.StringFormat
    Remarks
    NEW - Handles text alignment using the .NET StringFormat class
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also