Nevron .NET Vision
Nevron.UI Namespace / NLayoutHelper Class / RtlTranslateContent Method


In This Topic
    RtlTranslateContent Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function RtlTranslateContent( _
       ByVal rtl As System.Windows.Forms.RightToLeft, _
       ByVal align As System.Drawing.ContentAlignment _
    ) As System.Drawing.ContentAlignment
    'Usage
     
    
    Dim rtl As System.Windows.Forms.RightToLeft
    Dim align As System.Drawing.ContentAlignment
    Dim value As System.Drawing.ContentAlignment
     
    value = NLayoutHelper.RtlTranslateContent(rtl, align)
    public static System.Drawing.ContentAlignment RtlTranslateContent( 
       System.Windows.Forms.RightToLeft rtl,
       System.Drawing.ContentAlignment align
    )

    Parameters

    rtl
    align
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also