Enum PatternType
Specifies fill pattern styles for cell backgrounds, such as solid, striped, or crosshatch designs.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum PatternType
DiagonalCrosshatch
Crosshatch pattern with diagonal lines intersecting in both directions.
DiagonalStripe
Diagonal stripes pattern running from top-left to bottom-right.
Gray12Percent
Gray12Percent pattern type.
Gray25Percent
Gray25Percent pattern type.
Gray50Percent
Gray50Percent pattern type.
Gray6Percent
Gray6Percent pattern type.
Gray75Percent
Gray75Percent pattern type.
HorizontalStripe
Horizontal stripes pattern with alternating foreground and background colors.
ReverseDiagonalStripe
Diagonal stripes pattern running from top-right to bottom-left.
Solid
Solid pattern type.
ThickDiagonalCrosshatch
Thick crosshatch pattern with wider diagonal lines intersecting.
ThinDiagonalCrosshatch
Thin crosshatch pattern with diagonal lines intersecting in both directions.
ThinDiagonalStripe
Thin diagonal stripes pattern running from top-left to bottom-right.
ThinHorizontalCrossHatch
Thin crosshatch pattern with horizontal and vertical lines intersecting.
ThinHorizontalStripe
Thin horizontal stripes pattern with narrow lines.
ThinReverseDiagonalStripe
Thin diagonal stripes pattern running from top-right to bottom-left.
ThinVerticalStripe
Thin vertical stripes pattern with narrow lines.
VerticalStripe
Vertical stripes pattern with alternating foreground and background colors.