Version

FromColorInfo Method (ShapeFill)

Creates an instance to describe a solid fill outline.
Syntax
public static ShapeFill FromColorInfo( 
   WorkbookColorInfo solidColorInfo
)

Parameters

solidColorInfo
The WorkbookColorInfo describing the color of the fill to create.

Return Value

A ShapeFillSolid instance with the specified color.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also