Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NLabelControl Class / RtlTranslateContent Method


In This Topic
    RtlTranslateContent Method (NLabelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Friend Function RtlTranslateContent( _
       ByVal align As System.Drawing.ContentAlignment _
    ) As System.Drawing.ContentAlignment
    'Usage
     
    
    Dim instance As NLabelControl
    Dim align As System.Drawing.ContentAlignment
    Dim value As System.Drawing.ContentAlignment
     
    value = instance.RtlTranslateContent(align)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected internal System.Drawing.ContentAlignment RtlTranslateContent( 
       System.Drawing.ContentAlignment align
    )

    Parameters

    align
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also