Skip to content

A UI component for Zebble apps, that can be added to another object to draw a shadow behind it.

Notifications You must be signed in to change notification settings

Geeksltd/Zebble.BoxShadow

Repository files navigation

Zebble.BoxShadow

logo

A plugin to add shadow for all objects in Zebble application.

NuGet

With BoxShadow plugin you can add rounded and typical shadow with different color and offset in all of platforms of Zebble aplications.


Setup


Api Usage

To add shadow to the Views you can use below code:

public override async Task OnInitialized()
{
	myLabel.BoxShadow(xOffset: 0, yOffset: 0, blurRadius: 7, expand: -5, color: Colors.DarkGray);	
}

Properties

Property Type Android iOS Windows
Color Color x x x
XOffset int x x x
YOffset int x x x
BlurRadius int x x x
For View x x x

About

A UI component for Zebble apps, that can be added to another object to draw a shadow behind it.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages