ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / FillType Enumeration

In This Topic
    FillType Enumeration
    In This Topic
    Specifies fills for DrawingShape.
    Syntax
    'Declaration
     
    Public Enum FillType 
       Inherits System.Enum
    public enum FillType : System.Enum 
    Members
    MemberDescription
    BackgroundUse the background fill color/pattern.
    PatternFill with a pattern (bitmap).
    PictureCenter a picture in the shape.
    ShadeShade from start to end points.
    ShadeCenterShade from bounding rectangle to end point.
    ShadeScaleSimilar to msofillShade, but the fillAngle is additionally scaled by the aspect ratio of the shape. If shape is square, it is the same as msofillShadeCenter a picture in the shape.
    ShadeShapeShade from shape outline to end point.
    ShadeTitleSpecial type - shade to title --- for PP.
    SolidFill with a solid color.
    TextureA texture (pattern with its own color map).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Word.Canvas.FillType

    See Also