Removes older versions
sudo rm -rf /usr/local/go* && sudo rm -rf /usr/local/go| public class ImageEx : Image | |
| { | |
| public static readonly BindableProperty TrueAspectProperty = | |
| BindableProperty.Create( | |
| propertyName: nameof(TrueAspect), | |
| returnType: typeof(AspectEx), | |
| declaringType: typeof(AspectEx), | |
| defaultValue: AspectEx.AspectFit, | |
| defaultBindingMode: BindingMode.OneWay, | |
| propertyChanged: OnAspectExPropertyChanged); |