ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / RightToLeft Property

In This Topic
    RightToLeft Property (CalendarSettings)
    In This Topic
    Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
    Syntax
    'Declaration
     
    
    Public Property RightToLeft As RightToLeft
    public RightToLeft RightToLeft {get; set;}
    See Also