Class GraphNodeViewModel
- Namespace
- Italbytz.Graph.Visualization
- Assembly
- Italbytz.Graph.dll
public sealed class GraphNodeViewModel
- Inheritance
-
GraphNodeViewModel
- Inherited Members
-
Constructors
GraphNodeViewModel(string, string, double, double, double, double, bool)
public GraphNodeViewModel(string id, string label, double centerX, double centerY, double radiusX, double radiusY, bool isPartOfSolution)
Parameters
id string
label string
centerX double
centerY double
radiusX double
radiusY double
isPartOfSolution bool
Properties
CenterX
public double CenterX { get; }
Property Value
- double
CenterY
public double CenterY { get; }
Property Value
- double
Id
public string Id { get; }
Property Value
- string
IsPartOfSolution
public bool IsPartOfSolution { get; }
Property Value
- bool
Label
public string Label { get; }
Property Value
- string
RadiusX
public double RadiusX { get; }
Property Value
- double
RadiusY
public double RadiusY { get; }
Property Value
- double