DiagonalDown Property (Border)
Gets or sets a value indicating whether the cell's diagonal border includes a diagonal line, starting at the top left corner of the cell and moving down to the bottom right corner of the cell.
public bool DiagonalDown {get; set;}
'Declaration
Public Property DiagonalDown As Boolean
'Usage
Dim instance As Border
Dim value As Boolean
instance.DiagonalDown = value
value = instance.DiagonalDown
Property Value
true
if the cell's diagonal border includes a diagonal line, starting at the top left corner of the cell and moving down to the bottom right corner of the cell; otherwise,
false
.