ILineFillFormat

ILineFillFormat

Overview

ILineFillFormat is a interface in Aspose.Slides FOSS for .NET.

Represents properties for lines filling.

Properties: FillType, GradientFormat, PatternFormat, RotateWithShape, SolidFillColor.

Properties

NameTypeAccessDescription
FillTypeFillTypeRead/WriteReturns or sets the fill type.
SolidFillColorIColorFormatReadReturns the color of a solid fill.
GradientFormatIGradientFormatReadReturns the gradient fill format.
PatternFormatIPatternFormatReadReturns the pattern fill format.
RotateWithShapeNullableBoolRead/WriteDetermines whether the fill should be rotated with a shape.

See Also