Table of Contents

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

Variable

Right

End pole of the element.

Variable Right { get; }

Property Value

Variable