Property IsBold
IsBold
Gets or sets a value indicating whether the font style of the item is bold. This property is based on the FontStyle value.
public bool IsBold { get; set; }
Property Value
- bool
true
if the font style is bold; otherwise,false
.