3 references to BackgroundImageSourceProperty
Microsoft.Maui.Controls (3)
Page\Page.cs (2)
110 get { return (ImageSource)GetValue(BackgroundImageSourceProperty); } 111 set { SetValue(BackgroundImageSourceProperty, value); }
Properties\AssemblyInfo.cs (1)
86[assembly: StyleProperty("background-image", typeof(Page), nameof(Page.BackgroundImageSourceProperty))]