New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public enum PatternType

Fields

Crosshatch pattern with diagonal lines intersecting in both directions.

C#
DiagonalCrosshatch = 10

Diagonal stripes pattern running from top-left to bottom-right.

C#
DiagonalStripe = 9

Gray12Percent pattern type.

C#
Gray12Percent = 4

Gray25Percent pattern type.

C#
Gray25Percent = 3

Gray50Percent pattern type.

C#
Gray50Percent = 2

Gray6Percent pattern type.

C#
Gray6Percent = 5

Gray75Percent pattern type.

C#
Gray75Percent = 1

Horizontal stripes pattern with alternating foreground and background colors.

C#
HorizontalStripe = 6

Diagonal stripes pattern running from top-right to bottom-left.

C#
ReverseDiagonalStripe = 8

Solid pattern type.

C#
Solid = 0

Thick crosshatch pattern with wider diagonal lines intersecting.

C#
ThickDiagonalCrosshatch = 11

Thin crosshatch pattern with diagonal lines intersecting in both directions.

C#
ThinDiagonalCrosshatch = 17

Thin diagonal stripes pattern running from top-left to bottom-right.

C#
ThinDiagonalStripe = 15

Thin crosshatch pattern with horizontal and vertical lines intersecting.

C#
ThinHorizontalCrossHatch = 16

Thin horizontal stripes pattern with narrow lines.

C#
ThinHorizontalStripe = 12

Thin diagonal stripes pattern running from top-right to bottom-left.

C#
ThinReverseDiagonalStripe = 14

Thin vertical stripes pattern with narrow lines.

C#
ThinVerticalStripe = 13

Vertical stripes pattern with alternating foreground and background colors.

C#
VerticalStripe = 7