InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputButton Class / Break Property

In This Topic
    Break Property (InputButton)
    In This Topic
    Gets or sets how the layout should break the flow after the component.
    Syntax
    'Declaration
     
    Public Overridable Property Break As BreakType
    public virtual BreakType Break {get; set;}
    See Also