IPaddingElement.OnPaddingPropertyChanged(Thickness, Thickness) Method

Definition

public:
 void OnPaddingPropertyChanged(Microsoft::Maui::Thickness oldValue, Microsoft::Maui::Thickness newValue);
public void OnPaddingPropertyChanged (Microsoft.Maui.Thickness oldValue, Microsoft.Maui.Thickness newValue);
abstract member OnPaddingPropertyChanged : Microsoft.Maui.Thickness * Microsoft.Maui.Thickness -> unit
Public Sub OnPaddingPropertyChanged (oldValue As Thickness, newValue As Thickness)

Parameters

oldValue
Thickness
newValue
Thickness

Applies to