Satsuma
a delicious .NET graph library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Static Public Attributes | Properties | List of all members
Satsuma.Drawing.NodeStyle Class Reference

The visual style for a drawn node. More...

Public Member Functions

 NodeStyle ()
 

Static Public Attributes

static readonly INodeShape DefaultShape = new NodeShape(NodeShapeKind.Ellipse, new PointF(10, 10))
 The default node shape. More...
 

Properties

Brush Brush [get, set]
 The brush used to draw the node. More...
 
Pen Pen [get, set]
 The pen used to draw the node. More...
 
INodeShape Shape [get, set]
 The shape of the node. More...
 
Brush TextBrush [get, set]
 The brush used to draw the caption. More...
 
Font TextFont [get, set]
 The font used to draw the caption. More...
 

Detailed Description

The visual style for a drawn node.

Definition at line 133 of file Drawing.cs.

Constructor & Destructor Documentation

Satsuma.Drawing.NodeStyle.NodeStyle ( )

Definition at line 154 of file Drawing.cs.

Member Data Documentation

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.

Property Documentation

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.

INodeShape Satsuma.Drawing.NodeStyle.Shape
getset

The shape of the node.

Default: DefaultShape.

Definition at line 143 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: