Version

FromColor Method (ShapeOutline)

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

Parameters

solidColor
The color of the outline to create.

Return Value

A ShapeOutlineSolid 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