C1.WPF.Word.4 Assembly > C1.WPF.Word.Canvas Namespace : FillType Enumeration |
'Declaration Public Enum FillType Inherits System.Enum
public enum FillType : System.Enum
Member | Description |
---|---|
Background | Use the background fill color/pattern. |
Pattern | Fill with a pattern (bitmap). |
Picture | Center a picture in the shape. |
Shade | Shade from start to end points. |
ShadeCenter | Shade from bounding rectangle to end point. |
ShadeScale | Similar 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. |
ShadeShape | Shade from shape outline to end point. |
ShadeTitle | Special type - shade to title --- for PP. |
Solid | Fill with a solid color. |
Texture | A texture (pattern with its own color map). |
System.Object
System.ValueType
System.Enum
C1.WPF.Word.Canvas.FillType