ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontShaping Class / Mirroring Method
The text for mirroring.
The start right to left flag.

In This Topic
    Mirroring Method (FontShaping)
    In This Topic
    Gets mirroring right to left text.
    Syntax
    'Declaration
     
    Public Shared Function Mirroring( _
       ByVal text As System.String, _
       ByVal rtl As System.Boolean _
    ) As System.String
    public static System.string Mirroring( 
       System.string text,
       System.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