Properties
Name | Type | Default | Description |
---|---|---|---|
Appearance | |||
Absolute |
bool |
False | Sets absolute position to the component. |
DividerType |
DividerType |
DividerType.FullWidth | The Divider type to use. |
FlexItem |
bool |
False | If true, a vertical divider will have the correct height when used in flex container. |
Light |
bool |
False | If true, the divider will have a lighter color. |
Vertical |
bool |
False | If true, the divider is displayed vertically. |
Common | |||
Class |
string |
null | User class names, separated by space. |
Style |
string |
null | User styles, applied on top of the component's own classes and styles. |
Tag |
object |
null | Use Tag to attach any user data object to the component for your convenience. |
UserAttributes |
Dictionary<string, object> |
UserAttributes carries all attributes you add to the component that don't match any of its parameters. They will be splatted onto the underlying HTML tag. | |