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