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

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

Property Value

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