[]
Gets or sets the top-level font weight for the content of the element.
public bool Bold { get; set; }
Public Property Bold As Boolean
<a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if font weight is bold (700).
Otherwise, font weight is normal or regular (400).