Skip to content

PlacementDirection

JaykeBird edited this page Feb 21, 2023 · 4 revisions

Back to home | Back to Reference | View raw text

PlacementDirection enum

Description

Used to indicate the placement of a UI element within a larger UI element.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi
  SolidShineUi.PlacementDirection[[PlacementDirection]]
  end
Loading

Details

Summary

Used to indicate the placement of a UI element within a larger UI element.

Fields

Hidden

Summary

Hide the UI element.

Top

Summary

Display the UI element at the top side of the larger UI element.

Left

Summary

Display the UI element at the left side of the larger UI element.

Right

Summary

Display the UI element at the right side of the larger UI element.

Bottom

Summary

Display the UI element at the bottom side of the larger UI element.

Generated with ModularDoc

Clone this wiki locally