Implemented interface member:
property
Drawable
Microsoft.Maui.IGraphicsView.Drawable
2 references to Drawable
Microsoft.Maui.Controls (2)
GraphicsView\GraphicsView.cs (2)
17 /// <summary>Bindable property for <see cref="Drawable"/>.</summary> 19 BindableProperty.Create(nameof(Drawable), typeof(IDrawable), typeof(GraphicsView), null);