Click or drag to resize
OGFontIncludeBold Property
Gets or sets a value to show that the Bold property is set.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
public bool IncludeBold { get; set; }

Property Value

Type: Boolean
true if the Bold property is set; false otherwise.
See Also