DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / RtlTranslateHorizontal Method






    RtlTranslateHorizontal Method (LicenseDialog)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Function RtlTranslateHorizontal( _
       ByVal align As System.Windows.Forms.HorizontalAlignment _
    ) As System.Windows.Forms.HorizontalAlignment
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim align As System.Windows.Forms.HorizontalAlignment
    Dim value As System.Windows.Forms.HorizontalAlignment
     
    value = instance.RtlTranslateHorizontal(align)

    Parameters

    align
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also