ILineFillFormatEffectiveData class

ILineFillFormatEffectiveData class

Immutable object which contains effective line filling properties.

The ILineFillFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
fill_typeReturns the fill type.
Read-only FillType.
solid_fill_colorReturns the color of a solid fill.
Read-only aspose.pydrawing.Color.
gradient_formatReturns the gradient fill format.
Read-only IGradientFormatEffectiveData.
pattern_formatReturns the pattern fill format.
Read-only IPatternFormatEffectiveData.
rotate_with_shapeDetermines whether the fill should be rotated with a shape.
Read-only bool.

Remarks

This interface is used as a part of ILineFormatEffectiveData.

See Also