Gets or sets the color of the frame's border.
Skin frame border color.
| Visual Basic (Declaration) | |
|---|---|
| Public Property FrameBorderColor As Color | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public Color FrameBorderColor {get; set;} | |
Return Value
A Color structure that represents the border color of the skin's frame. The default is Color.Black.
The following sample specifies a border skin that uses a frame in the Page_Load event. We also use a border for the frame. 
| Visual Basic |  Copy Code | 
|---|---|
| Imports Dundas.Charting.WebControl | |
You can set this property to any valid ARGB (Alpha, Red, Green, Blue) value.
To display a border the FrameBorderWidth and FrameBorderStyle properties must be set.
Setting this property for border skins that do not use frames will have no effect.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 