[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BorderWidth

BorderWidth Class

Represents a width of the border for the style.

Inheritance
BorderWidth
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class BorderWidth : IValidateable, ICloneable

Constructors

Name Description
BorderWidth()

Initializes a new instance of the BorderWidth class.

Properties

Name Description
Bottom

Gets or sets a width of the bottom border.

Default

Gets or sets a width of the border (unless overridden for a specific side).

Left

Gets or sets a width of the left border.

Right

Gets or sets a width of the right border.

Top

Gets or sets a width of the top border.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the BorderWidth object.

Extension Methods