ILineFillFormat class

ILineFillFormat class

Represents properties for lines filling.

The ILineFillFormat type exposes the following members:

Properties

PropertyDescription
fill_typeReturns or sets the fill type.
Read/write FillType.
solid_fill_colorReturns the color of a solid fill.
Read-only IColorFormat.
gradient_formatReturns the gradient fill format.
Read-only IGradientFormat.
pattern_formatReturns the pattern fill format.
Read-only IPatternFormat.
rotate_with_shapeDetermines whether the fill should be rotated with a shape.
Read/write NullableBool.

See Also