'Declaration
Public Enum MsoFillType Inherits System.Enum
'Usage
Dim instance As MsoFillType
public enum MsoFillType : System.Enum
'Declaration
Public Enum MsoFillType Inherits System.Enum
'Usage
Dim instance As MsoFillType
public enum MsoFillType : System.Enum
Member | Description |
---|---|
MSO_FILL_BACKGROUND | Use the background fill color or pattern |
MSO_FILL_PATTERN | Fill with a pattern (bitmap) |
MSO_FILL_PICTURE | Center a picture in the shape |
MSO_FILL_SHADE | Shade from start to end points |
MSO_FILL_SHADE_CENTER | Shade from bounding rectangle to end point |
MSO_FILL_SHADE_SCALE | Similar to msofillShade, but the fillAngle is scaled additionally by the aspect ratio of the shape. If shape is square, it is the same as msofillShade. |
MSO_FILL_SHADE_SHAPE | Shade from shape outline to end point |
MSO_FILL_SHADE_TITLE | special type - shade to title --- for PP |
MSO_FILL_SOLID | Fill with a solid color |
MSO_FILL_TEXTURE | A texture (pattern with its own color map) |
System.Object
System.ValueType
System.Enum
FarPoint.Excel.MsoFillType