PatternType
Specifies fill pattern styles for cell backgrounds, such as solid, striped, or crosshatch designs.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public enum PatternType
Fields
Crosshatch pattern with diagonal lines intersecting in both directions.
DiagonalCrosshatch = 10
Diagonal stripes pattern running from top-left to bottom-right.
DiagonalStripe = 9
Gray12Percent pattern type.
Gray12Percent = 4
Gray25Percent pattern type.
Gray25Percent = 3
Gray50Percent pattern type.
Gray50Percent = 2
Gray6Percent pattern type.
Gray6Percent = 5
Gray75Percent pattern type.
Gray75Percent = 1
Horizontal stripes pattern with alternating foreground and background colors.
HorizontalStripe = 6
Diagonal stripes pattern running from top-right to bottom-left.
ReverseDiagonalStripe = 8
Solid pattern type.
Solid = 0
Thick crosshatch pattern with wider diagonal lines intersecting.
ThickDiagonalCrosshatch = 11
Thin crosshatch pattern with diagonal lines intersecting in both directions.
ThinDiagonalCrosshatch = 17
Thin diagonal stripes pattern running from top-left to bottom-right.
ThinDiagonalStripe = 15
Thin crosshatch pattern with horizontal and vertical lines intersecting.
ThinHorizontalCrossHatch = 16
Thin horizontal stripes pattern with narrow lines.
ThinHorizontalStripe = 12
Thin diagonal stripes pattern running from top-right to bottom-left.
ThinReverseDiagonalStripe = 14
Thin vertical stripes pattern with narrow lines.
ThinVerticalStripe = 13
Vertical stripes pattern with alternating foreground and background colors.
VerticalStripe = 7