Tutorial by Examples

/// <summary> /// Button with some additional options /// </summary> public class TurboButton : Button { public static readonly BindableProperty StringDataProperty = BindableProperty.Create( propertyName: "StringData", returnType: typeof(string), d...

Page 1 of 1