InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputLayoutPanelBase Class / Break Property

In This Topic
    Break Property (InputLayoutPanelBase)
    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