Share via


InputView.ITextElement.OnCharacterSpacingPropertyChanged Method

Definition

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

Parameters

oldValue
Double
newValue
Double

Implements

Applies to