Interface IHorizontalPoles
- Namespace
- Nalu.MagnetLayout
- Assembly
- Nalu.Maui.Layouts.dll
An interface for elements that have horizontal poles.
public interface IHorizontalPoles
Properties
Left
Start pole of the element.
Variable Left { get; }
Property Value
Right
End pole of the element.
Variable Right { get; }