Xceed Chart for WinForms v4.4 Documentation
Border Property (StandardFrame)
Example 


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > StandardFrame Class : Border Property
Controls the line properties applied on the border of the frame.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Controls the line properties applied on the border of the frame.")>
Public Property Border As LineProperties
'Usage
 
Dim instance As StandardFrame
Dim value As LineProperties
 
instance.Border = value
 
value = instance.Border
[Category("Appearance")]
[Description("Controls the line properties applied on the border of the frame.")]
public LineProperties Border {get; set;}
Example
someLineProperties.Color = Color.Blue
someLineProperties.Color = Color.Blue;
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StandardFrame Class
StandardFrame Members