Spread for ASP.NET 10 Product Documentation
Border Class Members
Properties  Methods 


The following tables list the members exposed by Border.

Public Constructors
 NameDescription
Public ConstructorBorder ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyBorderColorGets or sets the color for all sides of the border.  
Public PropertyBorderColorBottomGets or sets the color of the bottom border.  
Public PropertyBorderColorLeftGets or sets the color of the left border.  
Public PropertyBorderColorRightGets or sets the color of the right border.  
Public PropertyBorderColorTopGets or sets the color of the top border.  
Public PropertyBorderSizeGets or sets the width in pixels for the border for all sides.  
Public PropertyBorderSizeBottomGets or sets the width in pixels of the bottom border.  
Public PropertyBorderSizeLeftGets or sets the width in pixels of the left border.  
Public PropertyBorderSizeRightGets or sets the width in pixels of the right border.  
Public PropertyBorderSizeTopGets or sets the width in pixels of the top border.  
Public PropertyBorderStyleGets or sets the style that applies to all sides of the border.  
Public PropertyBorderStyleBottomGets or sets the style for the bottom border.  
Public PropertyBorderStyleLeftGets or sets the style for the left border.  
Public PropertyBorderStyleRightGets or sets the style for the right border.  
Public PropertyBorderStyleTopGets or sets the style for the top border.  
Public Propertystatic (Shared in Visual Basic)FooterDefaultGets a default border for footer cells.  
Public Propertystatic (Shared in Visual Basic)HeaderDefaultGets a default border for header cells.  
Public PropertyIsEmptyGets whether none of the properties for the border are set.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)ApplyBorderApplies any non-blank border settings of a border to the specified control.  
Public MethodCloneCreates a new border that is a copy of the current instance.  
Public MethodCompareToCompares the current object with another object of the same type.  
Public MethodCopyCopies the specified Border object properties to the current object.  
Public MethodDeserializeLoads the object from XML.  
Public MethodEqualsOverloaded. Determines whether the border of the current object is the same as the specified Border object.  
Public MethodIsDefinedGets whether a specified border property has been set.  
Public MethodMergeOverloaded. Merges settings of the specified Border object with the current border.  
Public MethodPaintPaints the border inside the specified rectangle.  
Public MethodResetResets the specified border property to its default setting.  
Public MethodResetAllResets all border property settings to their default values.  
Public MethodSerializeSaves the object to XML.  
Public MethodSerialize2Saves the object to XML.  
Public MethodToStringGets the name of the border as a string.  
Top
Protected Methods
 NameDescription
Protected MethodSetFlagSets a flag to indicate whether a property has been set.  
Top
See Also

Reference

Border Class
FarPoint.Web.Spread Namespace

User-Task Documentation

Customizing Borders of the Control

 

 


Copyright © GrapeCity, inc. All rights reserved.