[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.IBorders

IBorders Interface

Represents visual styles for all borders.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IBorders

Properties

Name Description
BottomBorderColor

Gets the color of the bottom border.

BottomBorderStyle

Gets the style of the bottom border.

BottomBorderWidth

Gets the width of the bottom border.

LeftBorderColor

Gets the color of the left border.

LeftBorderStyle

Gets the style of the left border.

LeftBorderWidth

Gets the width of the left border.

RightBorderColor

Gets the color of the right border.

RightBorderStyle

Gets the style of the right border.

RightBorderWidth

Gets the width of the right border.

TopBorderColor

Gets the color of the top border.

TopBorderStyle

Gets the style of the top border.

TopBorderWidth

Gets the width of the top border.

Extension Methods