4 references to FontWeight
Microsoft.Maui.Controls (4)
PlatformConfiguration\TizenSpecific\Entry.cs (2)
9
/// <summary>Bindable property for <see cref="
FontWeight
"/>.</summary>
10
public static readonly BindableProperty FontWeightProperty = BindableProperty.Create("FontWeight", typeof(string), typeof(FormsElement),
FontWeight
.None);
PlatformConfiguration\TizenSpecific\Label.cs (2)
9
/// <summary>Bindable property for <see cref="
FontWeight
"/>.</summary>
10
public static readonly BindableProperty FontWeightProperty = BindableProperty.Create("FontWeight", typeof(string), typeof(FormsElement),
FontWeight
.None);