IStylesProvider.FillColor Property

Definition

Gets the fill color of an element in a document.

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

Property Value

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

Applies to