[]
Describe the position of the corner fold in a cell.
[Flags]
public enum CornerPosition
<Flags>
Public Enum CornerPosition
Name | Description |
---|---|
LeftBottom | Indicates that the folded corner is in the lower left corner. |
LeftTop | Indicates that the folded corner is in the upper left corner. |
None | Indicates no folded corner. |
RightBottom | Indicates that the folded corner is in the lower right corner. |
RightTop | Indicates that the folded corner is in the upper right corner. |