Enum ShadingPattern
Specifies the fill pattern applied to paragraph or table cell shading, controlling how foreground color overlays the background through stripes, crosses, or opacity percentages.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum ShadingPattern
Clear
Displays only the background color with a fully transparent foreground layer.
DiagonalCross
Applies a crosshatch pattern formed by intersecting diagonal stripes creating an X-pattern.
DiagonalStripe
Applies diagonal stripes running from top-left to bottom-right, alternating foreground and background.
HorizontalCross
Applies a grid pattern formed by intersecting horizontal and vertical stripes.
HorizontalStripe
Applies horizontal stripes alternating between foreground and background colors.
None
Applies no fill pattern; the element remains transparent or inherits shading from its parent.
Percent10
Applies a 10% foreground opacity fill pattern over the background.
Percent12
Applies a 12.5% foreground opacity fill pattern over the background.
Percent15
Applies a 15% foreground opacity fill pattern over the background.
Percent20
Applies a 20% foreground opacity fill pattern over the background.
Percent25
Applies a 25% foreground opacity fill pattern over the background.
Percent30
Applies a 30% foreground opacity fill pattern over the background.
Percent35
Applies a 35% foreground opacity fill pattern over the background.
Percent37
Applies a 37.5% foreground opacity fill pattern over the background.
Percent40
Applies a 40% foreground opacity fill pattern over the background.
Percent45
Applies a 45% foreground opacity fill pattern over the background.
Percent5
Applies a 5% foreground opacity fill pattern over the background.
Percent50
Applies a 50% foreground opacity fill pattern over the background.
Percent55
Applies a 55% foreground opacity fill pattern over the background.
Percent60
Applies a 60% foreground opacity fill pattern over the background.
Percent62
Applies a 62.5% foreground opacity fill pattern over the background.
Percent65
Applies a 65% foreground opacity fill pattern over the background.
Percent70
Applies a 70% foreground opacity fill pattern over the background.
Percent75
Applies a 75% foreground opacity fill pattern over the background.
Percent80
Applies an 80% foreground opacity fill pattern over the background.
Percent85
Applies an 85% foreground opacity fill pattern over the background.
Percent87
Applies an 87.5% foreground opacity fill pattern over the background.
Percent90
Applies a 90% foreground opacity fill pattern over the background.
Percent95
Applies a 95% foreground opacity fill pattern over the background.
ReverseDiagonalStripe
Applies diagonal stripes running from top-right to bottom-left, alternating foreground and background.
Solid
Fills the entire area with solid foreground color, completely obscuring the background.
ThinDiagonalCross
Applies a fine crosshatch pattern with narrow intersecting diagonal stripes.
ThinDiagonalStripe
Applies narrow diagonal stripes running from top-left to bottom-right with reduced density.
ThinHorizontalCross
Applies a fine grid pattern with narrow intersecting horizontal and vertical stripes.
ThinHorizontalStripe
Applies narrow horizontal stripes with reduced foreground density compared to HorizontalStripe.
ThinReverseDiagonalStripe
Applies narrow diagonal stripes running from top-right to bottom-left with reduced density.
ThinVerticalStripe
Applies narrow vertical stripes with reduced foreground density compared to VerticalStripe.
VerticalStripe
Applies vertical stripes alternating between foreground and background colors.