Share via


IPaddingElement.OnPaddingPropertyChanged(Thickness, Thickness) 方法

定义

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)

参数

oldValue
Thickness
newValue
Thickness

适用于