2 references to ContentMarginProperty
Microsoft.Maui.Controls (2)
Platform\Windows\PageControl.cs (2)
81
get { return (Microsoft.UI.Xaml.Thickness)GetValue(
ContentMarginProperty
); }
82
set { SetValue(
ContentMarginProperty
, value); }