DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / StringFormat Property



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also