[]
        
(Showing Draft Content)

C1.WPF.Report.BorderStyleEnum

BorderStyleEnum Enum

Specifies the Field’s border style.

Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public enum BorderStyleEnum
Remarks

Use the members of this enumeration to set the value of the BorderStyle property in the Field class.

Fields

Name Description
Dash

Dashed border.

DashDot

Dash-dot border.

DashDotDot

Dash-dot-dot border.

Dot

Dotted border.

None

No border.

Solid

Solid border.

Transparent

No border, same as None, added for backward compatibility.