ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Editors Namespace / ReadingStringOutput Structure / EnableAlphabetReadingMapping Property

In This Topic
    EnableAlphabetReadingMapping Property
    In This Topic
    Gets or sets whether or not enable converting alphabets to its reading.
    Syntax
    'Declaration
     
    
    Public Property EnableAlphabetReadingMapping As Boolean
    public bool EnableAlphabetReadingMapping {get; set;}

    Property Value

    A bool value, true indicates the alphabets will convert to its reading, according to the default mapping table or user defined mapping rules; otherwise, false.
    See Also