Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / RightToLeft Property

In This Topic
    RightToLeft Property
    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;}

    Property Value

    One of the System.Windows.Forms.RightToLeft values. The default is System.Windows.Forms.RightToLeft.Inherit.
    Exceptions
    ExceptionDescription
    The assigned value is not one of the System.Windows.Forms.RightToLeft values.
    Thrown when you try to set the RightToLeft property.
    See Also