Skip to main content

Namespace Meadow.Foundation.Graphics.MicroLayout

Classes

AbsoluteLayout

A layout requiring absolute positioning of all child controls

Box

Represents a rectangular display box in the user interface.

Button

Represents a clickable display button in the user interface.

ChartControl

An abstract base class for Chart controls

ChartExtensions

Extension methods for Chart objects

Circle

Represents a circle in the user interface.

ClickableControl

Represents a base class for clickable display controls in the user interface.

Control

Represents a base class for display controls in the user interface.

ControlsCollection

Represents a collection of display controls on a Meadow.Foundation.Graphics.MicroLayout.DisplayScreen.

Crosshair

Represents a circle in the user interface.

DisplayScreen

An abstraction of a physical screen

DisplayTheme

Represents a theme for display controls in the user interface.

DockLayout

A layout that arranges child controls based on a docking position.

GradientBox

Represents a rectangular gradient display box in the user interface.

GridLayout

A layout that arranges child controls in a grid with alignment and spanning options.

HistogramChart

Represents a histogram chart control.

HistogramChartSeries

Represents a series in a histogram chart.

Label

Represents a label display control in the user interface.

LineChart

An X/Y Line chart

LineChartSeries

A series for a DisplayLineChart

LineChartSeriesCollection

A collection of LineCHartSeries instances

LineSeriesPointCollection

A Collection of LineSeriesPoints

ListBox

Represents a list box control in the user interface.

MicroLayout

A base class for display layouts

Picture

Represents an image display control in the user interface.

ProgressBar

Represents a progress bar control in the user interface.

ScrollingTextArea

Represents an auto-scrolling text area

StackLayout

A layout that arranges child elements in a horizontal or vertical stack.

ThemedControl

Represents a base class for themed display controls in the user interface.

VerticalBarChart

A vertical bar chart

Structs

LineSeriesPoint

A single point on a LineSeriesChart

Interfaces

IClickableControl

Represents a clickable display control in the user interface.

IControl

Represents a display control in the user interface.

IThemedControl

Represents a display control in the user interface.

Enums

DockLayout.DockPosition

Specifies the docking position of a control within the layout.

GridLayout.Alignment

Defines the alignment options for controls within grid cells.

StackLayout.Orientation

Defines the stacking orientation (Vertical or Horizontal).