IPatternFormatEffectiveData

IPatternFormatEffectiveData interface

Immutable object which contains effective pattern filling properties.

public interface IPatternFormatEffectiveData

Properties

NameDescription
BackColor { get; }Returns the background pattern color. Read-only Color.
ForeColor { get; }Returns the foreground pattern color. Read-only Color.
PatternStyle { get; }Returns the pattern style. Read-only PatternStyle.

Methods

NameDescription
GetTileImage(Color, Color)Creates a tile image for the pattern fill with a specified colors.

Remarks

This interface is used as a part of IFillFormatEffectiveData and ILineFillFormatEffectiveData.

See Also