ILineFillFormatEffectiveData

ILineFillFormatEffectiveData interface

Immutable object which contains effective line filling properties.

public interface ILineFillFormatEffectiveData : IFillParamSource

Properties

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

Remarks

This interface is used as a part of ILineFormatEffectiveData.

See Also