IFillFormatEffectiveData

IFillFormatEffectiveData interface

Immutable object which contains effective fill formatting properties.

public interface IFillFormatEffectiveData : IFillParamSource

Properties

NameDescription
AsIFillParamSource { get; }Returns IFillParamSource interface. Read-only IFillParamSource.
FillType { get; }Returns the type of filling. Read-only FillType.
GradientFormat { get; }Returns the gradient fill format. Read-only IGradientFormatEffectiveData.
PatternFormat { get; }Returns the pattern fill format. Read-only IPatternFormatEffectiveData.
PictureFillFormat { get; }Returns the picture fill format. Read-only IPictureFillFormatEffectiveData.
RotateWithShape { get; }Determines whether the fill should be rotated with shape. Read-only Boolean.
SolidFillColor { get; }Returns the fill color. Read-only Color.

Remarks

This interface is used together with the IFillFormat interface to return effective formatting values with inheritance applied.

See Also