ILineFillFormat
Overview
ILineFillFormat is a interface in Aspose.Slides FOSS for .NET.
Represents properties for lines filling.
Properties: FillType, GradientFormat, PatternFormat, RotateWithShape, SolidFillColor.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillType | FillType | Read/Write | Returns or sets the fill type. |
SolidFillColor | IColorFormat | Read | Returns the color of a solid fill. |
GradientFormat | IGradientFormat | Read | Returns the gradient fill format. |
PatternFormat | IPatternFormat | Read | Returns the pattern fill format. |
RotateWithShape | NullableBool | Read/Write | Determines whether the fill should be rotated with a shape. |