Skip to content

Instantly share code, notes, and snippets.

View moraismateus's full-sized avatar

Mateus Morais moraismateus

View GitHub Profile
@moraismateus
moraismateus / bprop.snippet
Last active May 13, 2022 16:43 — forked from Juansero29/bprop.snippet
Modern Bindable Property Snippet for Xamarin Forms.
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Bindable Property</Title>
<Description>Modern Xamarin Forms Bindable Property</Description>
<Author>Mateus Morais(moraismateus), Juan R. (Juansero29) and Parth Patel (parth7676)</Author>