Show / Hide Table of Contents

Enum CellCorner

Represents a particular corner of a generic cell. The enum is empty - to work with corners, you need to either:

  • Use the methods on ICellType.
  • Cast to the enum specific to a given cell type, e.g. CellCorner.
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public enum CellCorner
In this article
Back to top Generated by DocFX