ElementLayoutPlacement Enum
Specifies the layout placement of elements in a FanPanel.
public enum ElementLayoutPlacement
Fields
| Name | Description |
|---|---|
| Above | Indicates the element will be placed above any focal elements. |
| Below | Indicates the element will be placed below any focal elements. |
| Hidden | Indicates the element will be hidden from view. |
| Wrap | Indicates the element will be wrapped around to the back or front, depending on it's position relative to any focal elements. |