Class Control
Assembly: nanoFramework.Graphics.dll
Syntax
public class Control : UIElement
Constructors
Control()
Declaration
Fields
_background
Declaration
protected Brush _background
Field Value
_font
Declaration
Field Value
_foreground
Declaration
protected Brush _foreground
Field Value
Properties
Background
Declaration
public Brush Background { get; set; }
Property Value
Font
Declaration
public Font Font { get; set; }
Property Value
Foreground
Declaration
public Brush Foreground { get; set; }
Property Value
Methods
OnRender(DrawingContext)
Declaration
public override void OnRender(DrawingContext dc)
Parameters
Overrides
Extension Methods