IStylesProvider.FillColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.