[]
        
(Showing Draft Content)

C1.Win.InputPanel.BreakType

BreakType Enum

Specifies whether the layout should break the flow after the component.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public enum BreakType

Fields

Name Description
Column

Creates a new column after this component.

Group

Creates a new row starting below the current component, at the left edge of the current group.

None

The layout should not break the flow after the component.

Row

Causes next component to be placed in a new row within the flow.