Show / Hide Table of Contents

Class 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.
Inheritance
System.Object
CellCorner
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public sealed class CellCorner : Enum

Fields

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX