GanttBarFillPattern
GanttBarFillPattern enumeration
A shape’s fill pattern.
public enum GanttBarFillPattern
Values
Name | Value | Description |
---|---|---|
Hollow | 0 |
Hollow pattern. |
SolidFill | 1 |
Solid fill pattern. |
LightFill | 2 |
Light fill pattern. |
MediumFill | 3 |
Medium fill pattern. |
DarkFill | 4 |
Dark fill pattern. |
DiagonalLeft | 5 |
Diagonal left pattern (from the upper left to the lower right). |
DiagonalRight | 6 |
Diagonal right pattern (from the upper right to the lower left). |
DiagonalCross | 7 |
Diagonal cross pattern. |
LineVertical | 8 |
Line vertical pattern. |
LineHorizontal | 9 |
Line horizontal pattern. |
LineCross | 10 |
Line cross pattern. |
SolidFillWithDashedBorder | 11 |
Solid with dashed border pattern. |
See Also
- namespace Aspose.Tasks.Visualization
- assembly Aspose.Tasks