'Declaration Public Function New( _ ByVal themeColor As String, _ ByVal styleType As BorderLineStyle _ )
'Usage Dim themeColor As String Dim styleType As BorderLineStyle Dim instance As New BorderLine(themeColor, styleType)
public BorderLine( string themeColor, BorderLineStyle styleType )
Parameters
- themeColor
- The theme color name.
- styleType
- The border style type.