Enum BackgroundPattern
Enum BackgroundPattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
指定背景图案。
public enum BackgroundPattern
字段
DarkDiagonalLeft = 7
表示深色左斜背景图案。
DarkDiagonalRight = 8
表示深色右斜背景图案。
DarkDither = 13
表示深色杂点背景图案。
DarkFill = 4
表示深色填充背景图案。
DiagonalLeft = 5
表示左斜背景图案。
DiagonalRight = 6
表示右斜背景图案。
Hollow = 0
表示空心背景图案。
LightDither = 11
表示浅色杂点背景图案。
LightFill = 2
表示浅色填充背景图案。
MediumDither = 12
表示中等杂点背景图案。
MediumFill = 3
表示中等填充背景图案。
MediumVerticalStripe = 10
表示中等竖条纹背景图案。
SolidFill = 1
表示实心填充背景图案。
ThinVerticalStripe = 9
表示细竖条纹背景图案。