SeparatorOrientationStyle

An enum representing orientation options for Separator.

Overview

The SeparatorOrientationStyle enum specifies the orientation of a separator. It can be either horizontal or vertical, allowing for flexible layout options in your UI. This helps you control the alignment and positioning of dividers used to separate sections or content in your SwiftUI views.

Enumeration Cases

Case
Description

horizontal

A horizontal separator.

vertical

A vertical separator.


Last updated