ComponentOne Word for UWP
FillType Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace : FillType Enumeration
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.Xaml.Word.Canvas.FillType

See Also

Reference

C1.Xaml.Word.Canvas Namespace