[]
        
(Showing Draft Content)

C1.Schedule.C1BrushStyleEnum

C1BrushStyleEnum Enum

Specifies the different patterns available for brushes.

Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public enum C1BrushStyleEnum

Fields

Name Description
BackwardDiagonal

A pattern of lines on a diagonal from upper right to lower left.

Cross

Specifies horizontal and vertical lines that cross.

DiagonalCross

A pattern of crisscross diagonal lines.

ForwardDiagonal

A pattern of lines on a diagonal from upper left to lower right.

Horizontal

A pattern of horizontal lines.

Percent20

Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:80.

Solid

Represents solid brush.

Transparent

Represents transparent brush.

Vertical

A pattern of vertical lines.

Wave

Specifies horizontal lines that are composed of tildes.

ZigZag

Specifies horizontal lines that are composed of zigzags.