Share via


Border.OnPaddingPropertyChanged(Thickness, Thickness) Method

Definition

Called when the Padding property changes.

public:
 virtual 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
override this.OnPaddingPropertyChanged : Microsoft.Maui.Thickness * Microsoft.Maui.Thickness -> unit
Public Sub OnPaddingPropertyChanged (oldValue As Thickness, newValue As Thickness)

Parameters

oldValue
Thickness

The old padding value.

newValue
Thickness

The new padding value.

Implements

Applies to