The following tables list the members exposed by Border.
Name | Description | |
---|---|---|
Border Constructor | Overloaded. |
Name | Description | |
---|---|---|
BorderColor | Gets or sets the color for all sides of the border. | |
BorderColorBottom | Gets or sets the color of the bottom border. | |
BorderColorLeft | Gets or sets the color of the left border. | |
BorderColorRight | Gets or sets the color of the right border. | |
BorderColorTop | Gets or sets the color of the top border. | |
BorderSize | Gets or sets the width in pixels for the border for all sides. | |
BorderSizeBottom | Gets or sets the width in pixels of the bottom border. | |
BorderSizeLeft | Gets or sets the width in pixels of the left border. | |
BorderSizeRight | Gets or sets the width in pixels of the right border. | |
BorderSizeTop | Gets or sets the width in pixels of the top border. | |
BorderStyle | Gets or sets the style that applies to all sides of the border. | |
BorderStyleBottom | Gets or sets the style for the bottom border. | |
BorderStyleLeft | Gets or sets the style for the left border. | |
BorderStyleRight | Gets or sets the style for the right border. | |
BorderStyleTop | Gets or sets the style for the top border. | |
FooterDefault | Gets a default border for footer cells. | |
HeaderDefault | Gets a default border for header cells. | |
IsEmpty | Gets whether none of the properties for the border are set. |
Name | Description | |
---|---|---|
ApplyBorder | Applies any non-blank border settings of a border to the specified control. | |
Clone | Creates a new border that is a copy of the current instance. | |
CompareTo | Compares the current object with another object of the same type. | |
Copy | Copies the specified Border object properties to the current object. | |
Deserialize | Loads the object from XML. | |
Equals | Overloaded. Determines whether the border of the current object is the same as the specified Border object. | |
IsDefined | Gets whether a specified border property has been set. | |
Merge | Overloaded. Merges settings of the specified Border object with the current border. | |
Paint | Paints the border inside the specified rectangle. | |
Reset | Resets the specified border property to its default setting. | |
ResetAll | Resets all border property settings to their default values. | |
Serialize | Saves the object to XML. | |
Serialize2 | Saves the object to XML. | |
ToString | Gets the name of the border as a string. |
Reference
Border ClassFarPoint.Web.Spread Namespace