Class WebBorderStyle
Contents
[
Hide
]WebBorderStyle class
Encapsulates the style of web table or cell border.
public class WebBorderStyle
Constructors
Name | Description |
---|---|
WebBorderStyle() | Default constructor. |
Properties
Name | Description |
---|---|
BorderColor { get; set; } | Gets or sets the color of the border. Please refer to System.Drawing.Color struct. |
BorderStyle { get; set; } | Gets or sets the style of the border. Please refer to .NET SDK document about System.Web.UI.WebControls.BorderStyle enum. |
BorderWidth { get; set; } | Gets or sets the width of the border. Please refer to System.Web.UI.WebControls.Unit struct. |
Methods
Name | Description |
---|---|
CopyFrom(WebBorderStyle) | Copies from another style object. |
override GetHashCode() | Gets the hash code of this object. |
Remarks
Please refer to .NET SDK document for further information about System.Web.UI.WebControls namespace.
See Also
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb