Class ShapeNode
- Namespace
- Fantas
- Assembly
- Fantas.dll
ShapeNode (Rectangle, Ellipse, Triangle)
public abstract class ShapeNode : Node
- Inheritance
-
ShapeNode
- Derived
- Inherited Members
Constructors
ShapeNode(ShapeNode)
Creates a clone from another ShapeNode
protected ShapeNode(ShapeNode other)
Parameters
other
ShapeNode
Properties
Antialiased
Draw Shape using antialias edges
public bool Antialiased { get; set; }
Property Value
BlendMode
Set the blend operation for the Shape node
public BlendMode BlendMode { get; set; }
Property Value
FillColor
Shape fill color
public Color FillColor { get; set; }
Property Value
LineWidth
Stroke line width
public float LineWidth { get; set; }
Property Value
StrokeColor
Stroke (border) color of shape
public Color StrokeColor { get; set; }