'Declaration Public Shared Function IsDoubleLine( _ ByVal line As BorderLine _ ) As System.Boolean
'Usage Dim line As BorderLine Dim value As System.Boolean value = BorderLineLayoutEngine.IsDoubleLine(line)
public static System.bool IsDoubleLine( BorderLine line )
Parameters
- line
- The specified line.
Return Value
true
if the specified line is a double line; otherwise, false
.