Scheduler for WinForms
C1BrushStyleEnum 列挙体

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : C1BrushStyleEnum 列挙体
Specifies the different patterns available for brushes.
シンタックス
'宣言
 
Public Enum C1BrushStyleEnum 
   Inherits System.Enum
public enum C1BrushStyleEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Schedule.C1BrushStyleEnum

参照

C1.Schedule 名前空間