Show / Hide Table of Contents

Struct Border<T>

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
public struct Border<T>
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

Border(T)

Declaration
public Border(T common)
Parameters
Type Name Description
T common

Fields

| Improve this Doc View Source

Bottom

Declaration
public T Bottom
Field Value
Type Description
T
| Improve this Doc View Source

BottomLeft

Declaration
public T BottomLeft
Field Value
Type Description
T
| Improve this Doc View Source

BottomRight

Declaration
public T BottomRight
Field Value
Type Description
T
| Improve this Doc View Source

Fill

Declaration
public T Fill
Field Value
Type Description
T
| Improve this Doc View Source

Left

Declaration
public T Left
Field Value
Type Description
T
| Improve this Doc View Source

Right

Declaration
public T Right
Field Value
Type Description
T
| Improve this Doc View Source

Top

Declaration
public T Top
Field Value
Type Description
T
| Improve this Doc View Source

TopLeft

Declaration
public T TopLeft
Field Value
Type Description
T
| Improve this Doc View Source

TopRight

Declaration
public T TopRight
Field Value
Type Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX