namespaceMicrosoft.Maui
{
///<summary>/// Provides functionality to be able to customize Padding.///</summary>public interfaceIPadding
{
///<summary>/// The space between the outer edge of the control and its content.///</summary>ThicknessPadding { get; }
}
}