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

In This Topic
    Left Property (DropDownEditorViewBase)
    In This Topic
    Gets or sets the horizontal position of the element within its parent.
    Syntax
    'Declaration
     
    
    Public Property Left As Integer
    public int Left {get; set;}
    See Also