2 references to TitleInsetProperty
Microsoft.Maui.Controls (2)
Platform\Windows\PageControl.cs (2)
136
get { return (double)GetValue(
TitleInsetProperty
); }
137
set { SetValue(
TitleInsetProperty
, value); }