Share via


ITextElement.OnTextTransformChanged(TextTransform, TextTransform) Method

Definition

Called when the TextTransform property changes.

public:
 void OnTextTransformChanged(Microsoft::Maui::TextTransform oldValue, Microsoft::Maui::TextTransform newValue);
public void OnTextTransformChanged(Microsoft.Maui.TextTransform oldValue, Microsoft.Maui.TextTransform newValue);
abstract member OnTextTransformChanged : Microsoft.Maui.TextTransform * Microsoft.Maui.TextTransform -> unit
Public Sub OnTextTransformChanged (oldValue As TextTransform, newValue As TextTransform)

Parameters

oldValue
TextTransform

The old value of the property.

newValue
TextTransform

The new value of the property.

Applies to