Table of Contents

Class GraphViewModel

Namespace
Italbytz.Graph.Visualization
Assembly
Italbytz.Graph.dll
public sealed class GraphViewModel
Inheritance
GraphViewModel
Inherited Members

Constructors

GraphViewModel(double, double, IReadOnlyList<GraphNodeViewModel>, IReadOnlyList<GraphEdgeViewModel>)

public GraphViewModel(double viewBoxWidth, double viewBoxHeight, IReadOnlyList<GraphNodeViewModel> nodes, IReadOnlyList<GraphEdgeViewModel> edges)

Parameters

viewBoxWidth double
viewBoxHeight double
nodes IReadOnlyList<GraphNodeViewModel>
edges IReadOnlyList<GraphEdgeViewModel>

Properties

Edges

public IReadOnlyList<GraphEdgeViewModel> Edges { get; }

Property Value

IReadOnlyList<GraphEdgeViewModel>

Nodes

public IReadOnlyList<GraphNodeViewModel> Nodes { get; }

Property Value

IReadOnlyList<GraphNodeViewModel>

ViewBoxHeight

public double ViewBoxHeight { get; }

Property Value

double

ViewBoxWidth

public double ViewBoxWidth { get; }

Property Value

double