Class GraphEdgeViewModel
- Namespace
- Italbytz.Graph.Visualization
- Assembly
- Italbytz.Graph.dll
public sealed class GraphEdgeViewModel
- Inheritance
-
GraphEdgeViewModel
- Inherited Members
-
Constructors
GraphEdgeViewModel(string, string, string, string, string, double, double, bool)
public GraphEdgeViewModel(string edgeKey, string source, string target, string weight, string pathData, double labelX, double labelY, bool isPartOfSolution)
Parameters
edgeKey string
source string
target string
weight string
pathData string
labelX double
labelY double
isPartOfSolution bool
Properties
EdgeKey
public string EdgeKey { get; }
Property Value
- string
IsPartOfSolution
public bool IsPartOfSolution { get; }
Property Value
- bool
LabelX
public double LabelX { get; }
Property Value
- double
LabelY
public double LabelY { get; }
Property Value
- double
PathData
public string PathData { get; }
Property Value
- string
Source
public string Source { get; }
Property Value
- string
Target
public string Target { get; }
Property Value
- string
Weight
public string Weight { get; }
Property Value
- string