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.
GradientBox
Represents a rectangular gradient display box in the user interface.
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.
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.