Skip to content

Instantly share code, notes, and snippets.

@LuisAlbertoPenaNunez
Created August 29, 2017 17:42
Show Gist options
  • Save LuisAlbertoPenaNunez/9c9bfd32ef0ce7a088a9ebc89eafd64a to your computer and use it in GitHub Desktop.
Save LuisAlbertoPenaNunez/9c9bfd32ef0ce7a088a9ebc89eafd64a to your computer and use it in GitHub Desktop.
<?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