Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / RightToLeft Property

In This Topic
    RightToLeft Property (DropDownEditorViewBase)
    In This Topic
    Gets or sets whether the element should be drawn using right-to-left layout.
    Syntax
    'Declaration
     
    
    Public Property RightToLeft As Boolean
    public bool RightToLeft {get; set;}
    See Also