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






In This Topic
    RtlTranslateHorizontal Method (DicomViewer)
    In This Topic
    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 DicomViewer
    Dim align As System.Windows.Forms.HorizontalAlignment
    Dim value As System.Windows.Forms.HorizontalAlignment
     
    value = instance.RtlTranslateHorizontal(align)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected System.Windows.Forms.HorizontalAlignment RtlTranslateHorizontal( 
       System.Windows.Forms.HorizontalAlignment align
    )
    protected function RtlTranslateHorizontal( 
        align: System.Windows.Forms.HorizontalAlignment
    ): System.Windows.Forms.HorizontalAlignment; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected function RtlTranslateHorizontal( 
       align : System.Windows.Forms.HorizontalAlignment
    ) : System.Windows.Forms.HorizontalAlignment;
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: System.Windows.Forms.HorizontalAlignment RtlTranslateHorizontal( 
       System.Windows.Forms.HorizontalAlignment align
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    System.Windows.Forms.HorizontalAlignment RtlTranslateHorizontal( 
       System.Windows.Forms.HorizontalAlignment align
    ) 

    Parameters

    align
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also