The visual style for a drawn node.
More...
The visual style for a drawn node.
Definition at line 133 of file Drawing.cs.
Satsuma.Drawing.NodeStyle.NodeStyle |
( |
| ) |
|
readonly INodeShape Satsuma.Drawing.NodeStyle.DefaultShape = new NodeShape(NodeShapeKind.Ellipse, new PointF(10, 10)) |
|
static |
The default node shape.
Definition at line 152 of file Drawing.cs.
Brush Satsuma.Drawing.NodeStyle.Brush |
|
getset |
The brush used to draw the node.
Default: Brushes.White.
Definition at line 140 of file Drawing.cs.
Pen Satsuma.Drawing.NodeStyle.Pen |
|
getset |
The pen used to draw the node.
Default: Pens.Black.
Definition at line 137 of file Drawing.cs.
Brush Satsuma.Drawing.NodeStyle.TextBrush |
|
getset |
The brush used to draw the caption.
Default: Brushes.Black.
Definition at line 149 of file Drawing.cs.
Font Satsuma.Drawing.NodeStyle.TextFont |
|
getset |
The font used to draw the caption.
Default: SystemFonts.DefaultFont.
Definition at line 146 of file Drawing.cs.
The documentation for this class was generated from the following file: