Table of Contents

Enum HorizontalPoles

Namespace
Nalu.MagnetLayout
Assembly
Nalu.Maui.Layouts.dll

The horizontal pole of a magnet element.

public enum HorizontalPoles : byte

Fields

Left = 1

The 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 = 2

The 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.