Version

DiagonalBorders Enumeration

Represents the diagonal borders which can be displayed in cells.
Syntax
public enum DiagonalBorders : System.Enum 
Members
MemberDescription
AllBoth diagonal borders will be displayed in the cell.
DefaultThe default value for the diagonal borders.
DiagonalDownA diagonal border going from the top-left to bottom-right corner will be displayed in the cell.
DiagonalUpA diagonal border going from the bottom-left to top-right corner will be displayed in the cell.
NoneNo diagonal borders will be displayed in the cell.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also