FillFormat

FillFormat class

Represents a fill formatting options.

public sealed class FillFormat : PVIObject, IFillFormat

Properties

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

Methods

NameDescription
override Equals(object)Compares with specified object.
GetEffective()Gets effective fill formatting data with the inheritance applied.
override GetHashCode()Returns hash code.

See Also