IFillFormat
Contents
[
Hide
]IFillFormat interface
Represents a fill formatting options.
public interface IFillFormat : IFillParamSource
Properties
| Name | Description |
|---|---|
| AsIFillParamSource { get; } | Allows to get base IFillParamSource interface. Read-only IFillParamSource. |
| FillType { get; set; } | Returns or sets the type of filling. Read/write FillType. |
| GradientFormat { get; } | Returns the gradient fill format. Read-only IGradientFormat. |
| PatternFormat { get; } | Returns the pattern fill format. Read-only IPatternFormat. |
| PictureFillFormat { get; } | Returns the picture fill format. Read-only IPictureFillFormat. |
| RotateWithShape { get; set; } | Determines whether the fill should be rotated with shape. Read/write NullableBool. |
| SolidFillColor { get; } | Returns the fill color. Read-only IColorFormat. |
Methods
| Name | Description |
|---|---|
| GetEffective() | Gets effective fill formatting data with the inheritance applied. |
See Also
- interface IFillParamSource
- namespace Aspose.Slides
- assembly Aspose.Slides