2 implementations of TextDecorations
Microsoft.Maui.Controls (2)
Label\Label.cs (1)
187
public TextDecorations
TextDecorations
Span.cs (1)
134
public TextDecorations
TextDecorations
1 reference to TextDecorations
Microsoft.Maui.Controls (1)
DecorableTextElement.cs (1)
11
public static readonly BindableProperty TextDecorationsProperty = BindableProperty.Create(nameof(IDecorableTextElement.
TextDecorations
), typeof(TextDecorations), typeof(IDecorableTextElement), TextDecorations.None);