Gets or sets the border width of the skin's frame.
Skin frame border line width.
| Visual Basic (Declaration) | |
|---|---|
Public Property FrameBorderWidth As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int FrameBorderWidth {get; set;} | |
Return Value
A value that determines the width of the frame's border, in pixels.
The following sample specifies a border skin that uses a frame in the Page_Load event. We use a hatch pattern, with red hatch lines.
| Visual Basic | Copy Code |
|---|---|
Imports Dundas.Charting.WebControl | |
This property determines the line width of a skin's frame border.
To display a border the FrameBorderStyle property must also 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