Share via


Label.ILineHeightElement.OnLineHeightChanged(Double, Double) Method

Definition

 virtual void Microsoft.Maui.Controls.ILineHeightElement.OnLineHeightChanged(double oldValue, double newValue) = Microsoft::Maui::Controls::ILineHeightElement::OnLineHeightChanged;
void ILineHeightElement.OnLineHeightChanged(double oldValue, double newValue);
abstract member Microsoft.Maui.Controls.ILineHeightElement.OnLineHeightChanged : double * double -> unit
override this.Microsoft.Maui.Controls.ILineHeightElement.OnLineHeightChanged : double * double -> unit
Sub OnLineHeightChanged (oldValue As Double, newValue As Double) Implements ILineHeightElement.OnLineHeightChanged

Parameters

oldValue
Double
newValue
Double

Implements

Applies to