Elevation |
Int32 |
8 |
The higher the number, the heavier the drop-shadow. 0 for no shadow set to 8 by default. |
Square |
Boolean |
False |
If true, border-radius is set to 0. |
MaxHeight |
Nullable<Int32> |
null |
Sets the maxheight the popover can have when open. |
Open |
Boolean |
False |
If true, the popover is visible. |
Direction |
Direction |
Direction.Bottom |
Sets the direction the popover will start from relative to its parent. |
OffsetX |
Boolean |
False |
If true, the select menu will open either above or bellow the input depending on the direction. |
OffsetY |
Boolean |
False |
If true, the select menu will open either before or after the input depending on the direction. |
ChildContent |
RenderFragment |
null |
Child content of the component. |
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. |