Condividi tramite


Border.OnPaddingPropertyChanged(Thickness, Thickness) Metodo

Definizione

Chiamato quando la Padding proprietà cambia.

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)

Parametri

oldValue
Thickness

Valore di spaziatura interna precedente.

newValue
Thickness

Nuovo valore di spaziatura interna.

Implementazioni

Si applica a