Share via


RadioButton.ITextElement.OnTextTransformChanged Method

Definition

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

Parameters

oldValue
TextTransform
newValue
TextTransform

Implements

Applies to