-
Notifications
You must be signed in to change notification settings - Fork 3
PlacementDirection
JaykeBird edited this page Feb 21, 2023
·
4 revisions
Back to home | Back to Reference | View raw text
Used to indicate the placement of a UI element within a larger UI element.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi
SolidShineUi.PlacementDirection[[PlacementDirection]]
end
Used to indicate the placement of a UI element within a larger UI element.
Hide the UI element.
Display the UI element at the top side of the larger UI element.
Display the UI element at the left side of the larger UI element.
Display the UI element at the right side of the larger UI element.
Display the UI element at the bottom side of the larger UI element.
Generated with ModularDoc