Class ConnectedLineStyleType
Inheritance
ConnectedLineStyleType
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public class ConnectedLineStyleType : ITitle
Constructors
ConnectedLineStyleType(string, int[])
Declaration
public ConnectedLineStyleType(string title, int[] connectedLineStyle)
Parameters
| Type |
Name |
Description |
| string |
title |
|
| int[] |
connectedLineStyle |
|
Properties
AllConnectedLineStyles
Declaration
public static ConnectedLineStyleType[] AllConnectedLineStyles { get; }
Property Value
ConnectedLineStyle
Declaration
public int[] ConnectedLineStyle { get; }
Property Value
Title
Declaration
public string Title { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods