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

In This Topic
    GapHeight Property (C1ColorPicker)
    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