Spread for ASP.NET 12 Product Documentation
BorderSize Property


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

Reference

Border Class
Border Members