'Declaration Public ReadOnly Property IsGridLine As Boolean
'Usage Dim instance As BorderLine Dim value As Boolean value = instance.IsGridLine
public bool IsGridLine {get;}
Property Value
true
if the border is a type of grid line; otherwise, false
.