Input for WinForms | ComponentOne
C1.Win.Input.Pickers.Base Namespace / C1PickerBase Class / GapHeight Property

In This Topic
    GapHeight Property (C1PickerBase)
    In This Topic
    Gets or sets a distance in pixels between the control edge and the dropdown.
    Syntax
    'Declaration
     
    
    Public Property GapHeight As Integer
    public int GapHeight {get; set;}
    See Also