Spread for ASP.NET 12 Product Documentation
BorderSizeBottom Property


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

Reference

Border Class
Border Members