PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.4.5.2 Assembly / C1.Win.RibbonPreview Namespace / C1RibbonPreviewDialog Class / RightToLeft Property

In This Topic
    RightToLeft Property (C1RibbonPreviewDialog)
    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 Overrides Property RightToLeft As RightToLeft
    public override RightToLeft RightToLeft {get; set;}
    See Also