[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.BorderStyleEnum

BorderStyleEnum Enum

Border is a basic border object, used by StyleContext for rendering and measuring elements. It provides a solid border with a single color and arbitrary widths on each side. Border is designed to be extended so you can easily implement 3-D effects, compound borders, etc.

Namespace: C1.Win.C1ChartBase
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public enum BorderStyleEnum

Fields

Name Description
Dashed

Dashed line border.

Double

Double solid line border.

Empty

Empty Border.

Fillet

Compound border (raised+inset).

Groove

Compound border (inset+raised).

Inset

Inset 3D border.

InsetBevel

Inset 3D border with bevel.

None

No border.

NotSet

Border style is not set.

Opaque

Solid line border rendered without antialiasing.

Raised

Raised 3D border.

RaisedBevel

Raised 3D border with bevel.

Solid

Solid line border.