#nullable disable
namespace Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific
{
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="Type[@FullName='Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.FontWeight']/Docs/*" />
public static class FontWeight
{
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='None']/Docs/*" />
public const string None = "None";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='Normal']/Docs/*" />
public const string Normal = "Normal";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='Thin']/Docs/*" />
public const string Thin = "Thin";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='UltraLight']/Docs/*" />
public const string UltraLight = "UltraLight";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='Light']/Docs/*" />
public const string Light = "Light";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='Book']/Docs/*" />
public const string Book = "Book";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='Medium']/Docs/*" />
public const string Medium = "Medium";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='SemiBold']/Docs/*" />
public const string SemiBold = "SemiBold";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='Bold']/Docs/*" />
public const string Bold = "Bold";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='UltraBold']/Docs/*" />
public const string UltraBold = "UltraBold";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='Black']/Docs/*" />
public const string Black = "Black";
/// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific/FontWeight.xml" path="//Member[@MemberName='ExtraBlack']/Docs/*" />
public const string ExtraBlack = "ExtraBlack";
}
}
|