Spread for ASP.NET 12 Product Documentation
BorderColorBottom Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Border Class : BorderColorBottom Property
Gets or sets the color of the bottom border.
Syntax
'Declaration
 
Public Property BorderColorBottom As Color
'Usage
 
Dim instance As Border
Dim value As Color
 
instance.BorderColorBottom = value
 
value = instance.BorderColorBottom
public Color BorderColorBottom {get; set;}
See Also

Reference

Border Class
Border Members