Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Pattern contains all available background patterns for pictures. {excerpt}
{signature:C#}
 public sealed class Pattern : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class Pattern
		Inherits TypesafeEnum
{signature}
{remarks}
Note that the pattern you select will appear in front of the object's background color. The examples in the following table assume a white background color.

For charts, use [ChartFillPattern] instead. 
{remarks}
{values}
||Name||Description ([Style]) || Description ([ChartInterior]) ||
|{anchor:DiagonalCrosshatch}DiagonalCrosshatch|Diagonal crosshatch pattern {web-only:To see what this looks like, go to our online documentation:}!diagonal_crosshatch.jpg!{web-only}| Small checker board |
|{anchor:DiagonalStripe}DiagonalStripe|Diagonal stripe pattern. {web-only:To see what this looks like, go to our online documentation:}!diagonal_stripe.jpg!{web-only}| Dark upward diagonal |
|{anchor:Gray6}Gray6|6.25\-percent grey pattern. {web-only:To see what this looks like, go to our online documentation:}!gray6.jpg!{web-only}| 10% |
|{anchor:Gray12}Gray12|12.5\-percent grey pattern. {web-only:To see what this looks like, go to our online documentation:}!gray12.jpg!{web-only}| 20% |
|{anchor:Gray25}Gray25|25\-percent gray pattern. {web-only:To see what this looks like, go to our online documentation:}!gray25.jpg!{web-only}| 25% |
|{anchor:Gray50}Gray50|50\-percent gray pattern. {web-only:To see what this looks like, go to our online documentation:}!gray50.jpg!{web-only}| 50% |
|{anchor:Gray75}Gray75|75\-percent gray pattern. {web-only:To see what this looks like, go to our online documentation:}!gray75.jpg!{web-only}| 70% |
|{anchor:HorizontalStripe}HorizontalStripe|Horizontal stripe pattern. {web-only:To see what this looks like, go to our online documentation:}!horizontal_stripe.jpg!{web-only}| Dark horizontal |
|{anchor:None}None|No pattern type applied.| No pattern |
|{anchor:ReverseDiagonalStripe}ReverseDiagonalStripe|Reverse diagonal stripe patter {web-only:To see what this looks like, go to our online documentation:}!reverse_diagonal_stripe.jpg!{web-only}| Dark downward diagonal |
|{anchor:Solid}Solid|Solid pattern type. {web-only:To see what this looks like, go to our online documentation:}!solid.jpg!{web-only}| No pattern (uses background color) |
|{anchor:ThickDiagonalCrosshatch}ThickDiagonalCrosshatch|Thick diagonal crosshatch pattern. {web-only:To see what this looks like, go to our online documentation:}!thick_diagonal_crosshatch.jpg!{web-only}| Trellis |
|{anchor:ThinDiagonalCrosshatch}ThinDiagonalCrosshatch|Thin diagonal crosshatch pattern. {web-only:To see what this looks like, go to our online documentation:}!thin_diagonal_crosshatch.jpg!{web-only}| 30% |
|{anchor:ThinDiagonalStripe}ThinDiagonalStripe|Thin diagonal stripe pattern. {web-only:To see what this looks like, go to our online documentation:}!thin_diagonal_stripe.jpg!{web-only}| Light upward diagonal |
|{anchor:ThinHorizontalCrosshatch}ThinHorizontalCrosshatch|Thin horizontal crosshatch pattern. {web-only:To see what this looks like, go to our online documentation:}!thin_horizontal_crosshatch.jpg!{web-only}| Small grid |
|{anchor:ThinHorizontalStripe}ThinHorizontalStripe|Thin horizontal stripe pattern. {web-only:To see what this looks like, go to our online documentation:}!thin_horizontal_stripe.jpg!{web-only}| Light horizontal |
|{anchor:ThinReverseDiagonalStripe}ThinReverseDiagonalStripe|Thin reverse diagonal stripe pattern. {web-only:To see what this looks like, go to our online documentation:}!thin_reverse_diagonal_stripe.jpg!{web-only}| Light downward diagonal |
|{anchor:ThinVerticalStripe}ThinVerticalStripe|Thin vertical stripe pattern. {web-only:To see what this looks like, go to our online documentation:}!thin_vertical_stripe.jpg!{web-only}| Light vertical |
|{anchor:VerticalStripe}VerticalStripe|Vertical stripe pattern. {web-only:To see what this looks like, go to our online documentation:}!vertical_stripe.jpg!{web-only}| Dark vertical |