ComponentOne Bitmap for WPF
C1.WPF.DX.4.6.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / SetLocaleName Method

In This Topic
    SetLocaleName Method
    In This Topic
    HRESULT IDWriteTextLayout::SetLocaleName([In] const wchar_t* localeName,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetLocaleName( _
       ByVal localeName As String, _
       ByVal textRange As TextRange _
    ) 
    public void SetLocaleName( 
       string localeName,
       TextRange textRange
    )

    Parameters

    localeName
    textRange
    See Also