IStylesProvider.FillPatternColor 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 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.