Spread for ASP.NET 12 Product Documentation
BorderSizeTop Property


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

Reference

Border Class
Border Members