Implemented interface member:
property
Text
Microsoft.Maui.IText.Text
1 write to Text
Microsoft.Maui.Controls (1)
Internals\ProfilePage.cs (1)
117
var buttonA = new Button() {
Text
= "0s", HeightRequest = 62 };
9 references to Text
Microsoft.Maui.Controls (9)
Button\Button.cs (6)
38
/// The backing store for the <see cref="
Text
" /> bindable property.
41
nameof(
Text
), typeof(string), typeof(Button), null,
123
/// Determines how <see cref="
Text
"/> is shown when the length is overflowing the size of this button.
236
/// Gets or sets the spacing between each of the characters of <see cref="
Text
"/> when displayed on the button.
324
/// Applies text transformation to the <see cref="
Text
"/> displayed on this button.
453
/// Applies the <see cref="TextTransform"/> to <see cref="
Text
"/>.
Button\Button.Mapper.cs (1)
25
ButtonHandler.Mapper.ReplaceMapping<Button, IButtonHandler>(nameof(
Text
), MapText);
Platform\iOS\Extensions\ButtonExtensions.cs (2)
87
var text = TextTransformUtilites.GetTransformedText(button.
Text
, button.TextTransform);
91
if (string.IsNullOrEmpty(button.
Text
))