Spread for ASP.NET 12 Product Documentation
Border Property (LabelArea)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > LabelArea Class : Border Property
Gets or sets the border around the text.
Syntax
'Declaration
 
Public Property Border As Line
'Usage
 
Dim instance As LabelArea
Dim value As Line
 
instance.Border = value
 
value = instance.Border
public Line Border {get; set;}
Remarks
A value of null (Nothing in VB) indicates that the border is automatically determined.
See Also

Reference

LabelArea Class
LabelArea Members