YMKLogoHorizontalAlignment

enum YMKLogoHorizontalAlignment : UInt, @unchecked Sendable

Horizontal logo alignment.

Summary

Enum cases

case left = 0
Left alignment

case center = 1
Center alignment

case right = 2
Right alignment

Enum cases

left

case left = 0

Left alignment.


center

case center = 1

Center alignment.


case right = 2

Right alignment.