Class InputLabel
InputLabel UI element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class InputLabel : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle
  Constructors
| Name | Description | 
|---|---|
| InputLabel() | Default constructor.  | 
      
| InputLabel(string) | Constructor.  | 
      
Fields
| Name | Description | 
|---|---|
| containerUssClassName | The InputLabel container styling class.  | 
      
| inputAlignmentUssClassName | The InputLabel input alignment styling class.  | 
      
| labelOverflowUssClassName | The InputLabel label overflow styling class.  | 
      
| labelUssClassName | The InputLabel label styling class.  | 
      
| orientationUssClassName | The InputLabel direction styling class.  | 
      
| sizeUssClassName | The InputLabel size styling class.  | 
      
| ussClassName | The InputLabel main styling class.  | 
      
Properties
| Name | Description | 
|---|---|
| contentContainer | The content container.  | 
      
| direction | The orientation of the label.  | 
      
| inputAlignment | The alignment of the input.  | 
      
| label | The label value.  | 
      
| labelOverflow | The text overflow mode.  | 
      
| size | The size of the label.  |