Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PatternFillType Enumeration

In This Topic
    PatternFillType Enumeration
    In This Topic
    Specifies preset pattern fills.
    Syntax
    'Declaration
     
    Public Enum PatternFillType 
       Inherits System.Enum
    public enum PatternFillType : System.Enum 
    Members
    MemberDescription
    Cross Cross stripes.
    DarkDownwardDiagonal Diagonal stripes: Dark downward.
    DarkHorizontal Horizontal stripes: Dark.
    DarkUpwardDiagonal Diagonal stripes: Dark upward.
    DarkVertical Vertical stripes: Dark.
    DashedDownwardDiagonal Diagonal stripes: Dashed downward.
    DashedHorizontal Horizontal stripes: Dashed.
    DashedUpwardDiagonal Diagonal stripes: Dashed upward.
    DashedVertical Vertical stripes: Dashed.
    DiagonalBrick Diagonal brick.
    DiagonalCross Diagonal cross stripes.
    Divot Divot.
    DotGrid Dotted grid.
    DottedDiamond Dotted diamond.
    DownwardDiagonal Diagonal stripes: Downward.
    Horizontal Horizontal stripes.
    HorizontalBrick Horizontal brick.
    LargeCheck Large checker board.
    LargeConfetti Large confetti.
    LargeGrid Large grid.
    LightDownwardDiagonal Diagonal stripes: Light downward.
    LightHorizontal Horizontal stripes: Light.
    LightUpwardDiagonal Diagonal stripes: Light upward.
    LightVertical Vertical stripes: Light.
    NarrowHorizontal Horizontal stripes: Narrow.
    NarrowVertical Vertical stripes: Narrow.
    OpenDiamond Open diamond.
    Percent10 Dotted: 10%.
    Percent20 Dotted: 20%.
    Percent25 Dotted: 25%.
    Percent30 Dotted: 30%.
    Percent40 Dotted: 40%.
    Percent5 Dotted: 5%.
    Percent50 Dotted: 50%.
    Percent60 Dotted: 60%.
    Percent70 Dotted: 70%.
    Percent75 Dotted: 75%.
    Percent80 Dotted: 80%.
    Percent90 Dotted: 90%.
    Plaid Plaid.
    Shingle Shingle.
    SmallCheck Small checker board.
    SmallConfetti Small confetti.
    SmallGrid Small grid.
    SolidDiamond Solid diamond.
    Sphere Sphere.
    Trellis Trellis.
    UpwardDiagonal Diagonal stripes: Upward.
    Vertical Vertical stripes.
    Wave Wave.
    Weave Weave.
    WideDownwardDiagonal Diagonal stripes: Wide downward.
    WideUpwardDiagonal Diagonal stripes: Wide upward.
    ZigZag Zig zag.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.PatternFillType

    See Also