Click or drag to resize

DropDownFormatEventArgsIsFontSet Property

Gets a value indicating that the font was set during the FormatItem event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsFontSet { get; }

Property Value

Type: Boolean
Remarks
This is useful for handler implementations to determine if something needs to be done to format the item.
See Also