ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonDatePicker Class / GapBeforeTextArea Property

In This Topic
    GapBeforeTextArea Property (RibbonDatePicker)
    In This Topic
    Gets or sets the gap between the label and text area when this RibbonDatePicker appears on a RibbonGroup.
    Syntax
    'Declaration
     
    Public Property GapBeforeTextArea As System.Integer
    public System.int GapBeforeTextArea {get; set;}
    See Also