ILineFillFormatEffectiveData Interface

Immutable object which contains effective line filling properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ILineFillFormatEffectiveData : IFillParamSource

The ILineFillFormatEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAsIFillParamSource
Returns IFillParamSource interface. Read-only IFillParamSource.
Public propertyFillType
Returns the fill type. Read-only FillType.
Public propertyGradientFormat
Returns the gradient fill format. Read-only IGradientFormatEffectiveData.
Public propertyPatternFormat
Returns the pattern fill format. Read-only IPatternFormatEffectiveData.
Public propertyRotateWithShape
Determines whether the fill should be rotated with a shape. Read-only Boolean.
Public propertySolidFillColor
Returns the color of a solid fill. Read-only Color.
Remarks
This interface is used as a part of ILineFormatEffectiveData.
See Also