Implemented interface member:
property
TextTransform
Microsoft.Maui.Controls.ITextElement.TextTransform
4 references to TextTransform
Microsoft.Maui.Controls (3)
Button\Button.cs (2)
65 /// The backing store for the <see cref="TextTransform" /> bindable property. 453 /// Applies the <see cref="TextTransform"/> to <see cref="Text"/>.
Button\Button.Mapper.cs (1)
27 ButtonHandler.Mapper.ReplaceMapping<Button, IButtonHandler>(nameof(TextTransform), MapText);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonLayoutManager.cs (1)
197 var transformedText = _element.UpdateFormsText(_element.Text, _element.TextTransform);