3 references to TextDecorationsProperty
Microsoft.Maui.Controls (3)
Label\Label.cs (1)
48
public static readonly BindableProperty TextDecorationsProperty = DecorableTextElement.
TextDecorationsProperty
;
Properties\AssemblyInfo.cs (1)
122
[assembly: StyleProperty("text-decoration", typeof(IDecorableTextElement), nameof(DecorableTextElement.
TextDecorationsProperty
))]
Span.cs (1)
25
public static readonly BindableProperty TextDecorationsProperty = DecorableTextElement.
TextDecorationsProperty
;