Class FourPositionsLabelsStrategy.MatrixStatus
Represents the possible values in the adjacency matrix.
Inheritance
System.Object
FourPositionsLabelsStrategy.MatrixStatus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public static class MatrixStatus
Properties
Collision
Declaration
public static byte Collision { get; }
Property Value
System.Byte
|
NoCollision
Declaration
public static byte NoCollision { get; }
Property Value
System.Byte
|
NotASolution
Declaration
public static byte NotASolution { get; }
Property Value
System.Byte
|
Solution
Declaration
public static byte Solution { get; }
Property Value
System.Byte
|