IFillFormat

IFillFormat interface

Represents a fill formatting options.

public interface IFillFormat : IFillParamSource

Properties

NameDescription
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

NameDescription
GetEffective()Gets effective fill formatting data with the inheritance applied.

See Also