Skip to content

xamarinhowto/GradientOverlayWithInsetExample

Repository files navigation

Introduction

This solution contains a working example for a gradient overlay control with a start inset for your Xamarin apps.

Outcome

Gradient overlay with inset

Usage

...
             xmlns:controls="clr-namespace:GradientOverlayWithInset.Controls"
...
        <controls:GradientOverlayView Grid.Row="0"
                                      HasGradientStartInset="true"
                                      GradientStartInsetPercent="0.20" />
...

About

Gradient Overlay With Inset Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages