Show / Hide Table of Contents

Struct ShapeSettings

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: SadConsole.ImGuiTypes
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public struct ShapeSettings

Fields

BorderGlyph

Declaration
public ColoredGlyphBase? BorderGlyph
Field Value
Type Description
ColoredGlyphBase

BoxBorderStyle

Declaration
public int[]? BoxBorderStyle
Field Value
Type Description
int[]

BoxBorderStyleGlyphs

Declaration
public ColoredGlyphBase[]? BoxBorderStyleGlyphs
Field Value
Type Description
ColoredGlyphBase[]

FillGlyph

Declaration
public ColoredGlyphBase? FillGlyph
Field Value
Type Description
ColoredGlyphBase

HasBorder

Declaration
public bool HasBorder
Field Value
Type Description
bool

HasFill

Declaration
public bool HasFill
Field Value
Type Description
bool

IgnoreBorderBackground

Declaration
public bool IgnoreBorderBackground
Field Value
Type Description
bool

IgnoreBorderForeground

Declaration
public bool IgnoreBorderForeground
Field Value
Type Description
bool

IgnoreBorderGlyph

Declaration
public bool IgnoreBorderGlyph
Field Value
Type Description
bool

IgnoreBorderMirror

Declaration
public bool IgnoreBorderMirror
Field Value
Type Description
bool

IgnoreFillBackground

Declaration
public bool IgnoreFillBackground
Field Value
Type Description
bool

IgnoreFillForeground

Declaration
public bool IgnoreFillForeground
Field Value
Type Description
bool

IgnoreFillGlyph

Declaration
public bool IgnoreFillGlyph
Field Value
Type Description
bool

IgnoreFillMirror

Declaration
public bool IgnoreFillMirror
Field Value
Type Description
bool

UseBoxBorderStyle

Declaration
public bool UseBoxBorderStyle
Field Value
Type Description
bool

Methods

ToShapeParameters()

Declaration
public ShapeParameters ToShapeParameters()
Returns
Type Description
ShapeParameters

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX