ILineFillFormat Interface

Represents properties for lines filling.

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

The ILineFillFormat type exposes the following members.

Properties
  NameDescription
Public propertyAsIFillParamSource
Allows to get base IFillParamSource interface. Read-only IFillParamSource.
Public propertyFillType
Returns or sets the fill type. Read/write FillType.
Public propertyGradientFormat
Returns the gradient fill format. Read-only IGradientFormat.
Public propertyPatternFormat
Returns the pattern fill format. Read-only IPatternFormat.
Public propertyRotateWithShape
Determines whether the fill should be rotated with a shape. Read/write NullableBool.
Public propertySolidFillColor
Returns the color of a solid fill. Read-only IColorFormat.
See Also