Version

FromColor Method (ShapeFill)

Creates an instance to describe a solid fill outline.
Syntax
public static ShapeFill FromColor( 
   Color solidColor
)

Parameters

solidColor
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