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