Spread Silverlight Documentation
BorderLine Constructor(String,BorderLineStyle)


The theme color name.
The border style type.
Creates a border line with a specified theme color and style type.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

BorderLine Class
BorderLine Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.