Class Shape
- Namespace
- nanoFramework.Presentation.Shapes
- Assembly
- nanoFramework.Graphics.dll
Abstract base class for shapes that can be drawn on a screen.
public abstract class Shape : UIElement
- Inheritance
-
Shape
- Derived
- Inherited Members
- Extension Methods
Constructors
Shape()
protected Shape()
Properties
Fill
Gets or sets the brush used to fill the shape.
public Brush Fill { get; set; }
Property Value
Stroke
public Pen Stroke { get; set; }