Class WebBorderStyle

WebBorderStyle class

Encapsulates the style of web table or cell border.

public class WebBorderStyle

Constructors

NameDescription
WebBorderStyle()Default constructor.

Properties

NameDescription
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

NameDescription
CopyFrom(WebBorderStyle)Copies from another style object.
override GetHashCode()

Remarks

Please refer to .NET SDK document for further information about System.Web.UI.WebControls namespace.

See Also