Table of Contents

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

double

Collapsed

Gets the visibility of the view.

bool Collapsed { get; }

Property Value

bool

Left

Gets the left position of the view.

double Left { get; }

Property Value

double

Right

Gets the right position of the view.

double Right { get; }

Property Value

double

Top

Gets the top position of the view.

double Top { get; }

Property Value

double