Created
August 29, 2017 17:42
-
-
Save LuisAlbertoPenaNunez/9c9bfd32ef0ce7a088a9ebc89eafd64a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<control:CircleImage xmlns="http://xamarin.com/schemas/2014/forms" | |
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | |
xmlns:control="clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin.Abstractions" | |
x:Class="CarouselDotsGenerator.LittleDotView" | |
BorderColor = "Transparent" | |
BorderThickness = "0" | |
HeightRequest = "10" | |
WidthRequest = "10" | |
Aspect = "AspectFit" | |
HorizontalOptions = "Center"> | |
</control:CircleImage> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment