ILineFillFormat

ILineFillFormat interface

Represents properties for lines filling.

public interface ILineFillFormat : IFillParamSource

Properties

NameDescription
AsIFillParamSource { get; }Allows to get base IFillParamSource interface. Read-only IFillParamSource.
FillType { get; set; }Returns or sets the fill type. Read/write FillType.
GradientFormat { get; }Returns the gradient fill format. Read-only IGradientFormat.
PatternFormat { get; }Returns the pattern fill format. Read-only IPatternFormat.
RotateWithShape { get; set; }Determines whether the fill should be rotated with a shape. Read/write NullableBool.
SolidFillColor { get; }Returns the color of a solid fill. Read-only IColorFormat.

See Also