Click or drag to resize
OGFontIsEmpty Property
Indicates if the font has no properties set.

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

Property Value

Type: Boolean
true if and only if the font has no properties set.
See Also