Class Shape
Inherited Members
Namespace: nanoFramework.Presentation.Shapes
Assembly: nanoFramework.Graphics.dll
Syntax
public abstract class Shape : UIElement
Constructors
Shape()
Declaration
protected Shape()
Properties
Fill
Declaration
public Brush Fill { get; set; }
Property Value
Type | Description |
---|---|
Brush |
Stroke
Declaration
public Pen Stroke { get; set; }
Property Value
Type | Description |
---|---|
Pen |