[]
Label in a C1InputPanel control.
public class InputLabel : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
Name | Description |
---|---|
InputLabel() | Initializes a new instance of InputLabel. |
Name | Description |
---|---|
AutoEllipsis | Enables the automatic handling of text that extends beyond the width of the label. |
Break | Gets or sets how the layout should break the flow after the component. |
DefaultBreakType | Gets the default BreakType of the input component. |
HotkeyPrefix | Gets or sets the type of display for hot-key prefixes in the label text. |
Text | Gets or sets the text associated with the component. |
WordWrap | Gets or sets whether text should be allowed to wrap within the InputLabel. |