ComponentOne Scheduler for WinForms
C1BrushStyleEnum Enumeration

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace : C1BrushStyleEnum Enumeration
Specifies the different patterns available for brushes.
Syntax
'Declaration
 
Public Enum C1BrushStyleEnum 
   Inherits System.Enum
public enum C1BrushStyleEnum : System.Enum 
Members
MemberDescription
BackwardDiagonalA pattern of lines on a diagonal from upper right to lower left.
CrossSpecifies horizontal and vertical lines that cross.
DiagonalCrossA pattern of crisscross diagonal lines.
ForwardDiagonalA pattern of lines on a diagonal from upper left to lower right.
HorizontalA pattern of horizontal lines.
Percent20Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:80.
SolidRepresents solid brush.
TransparentRepresents transparent brush.
VerticalA pattern of vertical lines.
WaveSpecifies horizontal lines that are composed of tildes.
ZigZagSpecifies horizontal lines that are composed of zigzags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Schedule.C1BrushStyleEnum

See Also

Reference

C1.C1Schedule Namespace