Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / C1BrushStyleEnum Enumeration

In This Topic
    C1BrushStyleEnum Enumeration
    In This Topic
    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