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

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