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 };
10 references to Text
Microsoft.Maui.Controls (10)
Button\Button.cs (8)
40
/// The backing store for the <see cref="
Text
" /> bindable property.
43
nameof(
Text
), typeof(string), typeof(Button), null,
125
/// Determines how <see cref="
Text
"/> is shown when the length is overflowing the size of this button.
238
/// Gets or sets the spacing between each of the characters of <see cref="
Text
"/> when displayed on the button.
326
/// Applies text transformation to the <see cref="
Text
"/> displayed on this button.
455
/// Applies the <see cref="TextTransform"/> to <see cref="
Text
"/>.
615
var textString = DebuggerDisplayHelpers.GetDebugText(nameof(
Text
),
Text
);
Button\Button.Mapper.cs (1)
25
ButtonHandler.Mapper.ReplaceMapping<Button, IButtonHandler>(nameof(
Text
), MapText);
Button\Button.Standard.cs (1)
7
/// Maps the abstract <see cref="
Text
"/> property to the platform implementation.