예제 #1
0
 public static void MapBackgroundImageSource(IViewHandler handler, IView view)
 {
     handler.UpdateValue(nameof(Background));
 }
예제 #2
0
 /// <include file="../../../../docs/Microsoft.Maui.Controls/VisualElement.xml" path="//Member[@MemberName='MapBackgroundColor']/Docs" />
 public static void MapBackgroundColor(IViewHandler handler, IView view)
 {
     handler.UpdateValue(nameof(Background));
 }