InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontShaping Class / Mirroring(String,Boolean) Method
The text for mirroring.
The start right to left flag.

In This Topic
    Mirroring(String,Boolean) Method
    In This Topic
    Gets mirroring right to left text.
    Syntax
    'Declaration
     
    Public Shared Function Mirroring( _
       ByVal text As String, _
       ByVal rtl As Boolean _
    ) As String
    public static string Mirroring( 
       string text,
       bool rtl
    )

    Parameters

    text
    The text for mirroring.
    rtl
    The start right to left flag.

    Return Value

    The mirroring right to left text.
    See Also