An open API service indexing awesome lists of open source software.

https://github.com/memsranga/Xamarin.Forms.PolygonFrame


https://github.com/memsranga/Xamarin.Forms.PolygonFrame

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Not maintained
As the features in the repo have been merged in to the awesome [PancakeView](https://github.com/sthewissen/Xamarin.Forms.PancakeView), it will no longer be maintained. All the future development will be done directly on PancakeView

# Xamarin.Forms.PolygonFrame
Regular Polygonal Frame for Xamarin Forms with rounded corners and shadows

![](https://img.shields.io/nuget/v/Xamarin.Forms.PolygonFrame?style=for-the-badge)

## How to use it?

The project is up on NuGet at the following URL:

https://www.nuget.org/packages/Xamarin.Forms.PolygonFrame

Adds the nuget to all the projects and just use!

```xaml

...



...

```

### What can I do with it?

| Property | What it does | Extra info |
| ------ | ------ | ------ |
| `CornerRadius` | A `float` representing the edge radius | Polygon side length will be calculated based on the radius |
| `HasShadow` | Whether or not to draw a shadow beneath the control. | Works perfectly for iOS. On Android, works only when corner radius is not set |
| `Sides` | A `int` representing number of sides of the polygon | Default is `6` |
| `OffsetAngle` | A `float` representing starting angle of the polygon | In `degrees` |

## Sample
Android | iOS
:-------------------------:|:-------------------------:
|

## License

This project is shamelessly copied from Steven Thewissen [PancakeView](https://github.com/sthewissen/Xamarin.Forms.PancakeView) :)