Enum HorizontalPoles
- Namespace
- Nalu.MagnetLayout
- Assembly
- Nalu.Maui.Layouts.dll
The horizontal pole of a magnet element.
public enum HorizontalPoles : byte
Fields
Left = 1The start pole of the element.
This is the left pole in a left-to-right layout and the right pole in a right-to-left layout.
Right = 2The end pole of the element.
This is the right pole in a left-to-right layout and the left pole in a right-to-left layout.