Implemented interface member:
property
TextTransform
Microsoft.Maui.Controls.ITextElement.TextTransform
3 references to TextTransform
Microsoft.Maui.Controls (3)
Button\Button.cs (2)
67
/// The backing store for the <see cref="
TextTransform
" /> bindable property.
455
/// Applies the <see cref="
TextTransform
"/> to <see cref="Text"/>.
Button\Button.Mapper.cs (1)
27
ButtonHandler.Mapper.ReplaceMapping<Button, IButtonHandler>(nameof(
TextTransform
), MapText);