Interface IMagnetView
- Namespace
- Nalu.MagnetLayout
- Assembly
- Nalu.Maui.Layouts.dll
Represents a real view in the magnet layout.
public interface IMagnetView : IMagnetElement, IMagnetElementBase
- Inherited Members
- Extension Methods
Properties
Bottom
Gets the bottom position of the view.
double Bottom { get; }
Property Value
Collapsed
Gets the visibility of the view.
bool Collapsed { get; }
Property Value
Left
Gets the left position of the view.
double Left { get; }
Property Value
Right
Gets the right position of the view.
double Right { get; }
Property Value
Top
Gets the top position of the view.
double Top { get; }