Class Divider
Divider UI element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class Divider : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle
Constructors
| Name | Description |
|---|---|
| Divider() | Default constructor. |
Fields
| Name | Description |
|---|---|
| contentUssClassName | The Divider content styling class. |
| sizeUssClassName | The Divider size styling class. |
| spacingUssClassName | The Divider spacing styling class. |
| ussClassName | The Divider main styling class. |
| verticalUssClassName | The Divider vertical mode styling class. |
Properties
| Name | Description |
|---|---|
| contentContainer | The content container of the Divider. This is always null. |
| size | The size of the Divider. |
| spacing | The spacing of the Divider. |
| vertical | The orientation of the Divider. |