ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / RightToLeft Property

In This Topic
    RightToLeft Property (C1SplitterPanel)
    In This Topic
    Gets a value indicating whether panel's elements are aligned to support locales using right-to-left fonts.
    Syntax
    'Declaration
     
    Public Overrides Property RightToLeft As System.Windows.Forms.RightToLeft
    public override System.Windows.Forms.RightToLeft RightToLeft {get; set;}
    See Also