DiagonalDown Property (Border)
In This Topic
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.
Syntax
'Declaration
Public Property DiagonalDown As Boolean
'Usage
Dim instance As Border
Dim value As Boolean
instance.DiagonalDown = value
value = instance.DiagonalDown
public bool DiagonalDown {get; set;}
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
.
See Also