LineFillFormat

LineFillFormat class

Represents properties for lines filling.

public sealed class LineFillFormat : PVIObject, ILineFillFormat

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
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.

Methods

NameDescription
override Equals(object)Compares with specified object.
override GetHashCode()Returns hash code.

See Also