Show / Hide Table of Contents

Class ConnectedLineStyleType

Inheritance
object
ConnectedLineStyleType
Implements
ITitle
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.ImGuiTypes
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
Type Description
ConnectedLineStyleType[]

ConnectedLineStyle

Declaration
public int[] ConnectedLineStyle { get; }
Property Value
Type Description
int[]

Title

The title of the object.

Declaration
public string Title { get; }
Property Value
Type Description
string

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

ITitle

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX