IStylesProvider.FillPatternColor Property

Definition

Gets the color of the pattern used to fill an element in a document.

public:
 property Color FillPatternColor { Color get(); };
Color FillPatternColor();
public Color FillPatternColor { get; }
var color = iStylesProvider.fillPatternColor;
Public ReadOnly Property FillPatternColor As Color

Property Value

The color of the fill pattern, represented as a Windows Runtime Color value.

Applies to