DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / RtlTranslateLeftRight Method






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

    Parameters

    align
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also