Beispiel #1
0
 public static IPlatformElementConfiguration <Windows, FormsElement> SetHeaderIconsSize(
     this IPlatformElementConfiguration <Windows, FormsElement> config, System.Maui.Size value)
 {
     SetHeaderIconsSize(config.Element, value);
     return(config);
 }
Beispiel #2
0
 public static void SetHeaderIconsSize(BindableObject element, System.Maui.Size value)
 {
     element.SetValue(HeaderIconsSizeProperty, value);
 }