Dundas.SharePoint.Charting.WebParts Send comments on this topic.
FrameBorderWidth Property
See Also 
Dundas.Charting.WebControl Namespace > BorderSkinAttributes Class : FrameBorderWidth Property


Skin frame border line width.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Skin frame border line width.")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<BindableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
Public Property FrameBorderWidth As Integer
Visual Basic (Usage) Copy Code
Dim instance As BorderSkinAttributes
Dim value As Integer
 
instance.FrameBorderWidth = value
 
value = instance.FrameBorderWidth
C#  
[DescriptionAttribute("Skin frame border line width.")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[BindableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
public int FrameBorderWidth {get; set;}

Requirements

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

See Also