New to Telerik UI for WinFormsStart a free 30-day trial

Represents the possible values in the adjacency matrix.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public static class FourPositionsLabelsStrategy.MatrixStatus

Inheritance: objectFourPositionsLabelsStrategy.MatrixStatus

Properties

C#
public static byte Collision { get; }
C#
public static byte NoCollision { get; }
C#
public static byte NotASolution { get; }
C#
public static byte Solution { get; }