Click or drag to resize

ITextBufferSetUnderline Method

Sets the underline flag for the specified text range.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetUnderline(
	Range<int> range,
	bool underline
)

Parameters

range
Type: Eto.FormsRangeInt32
Range to set the underline.
underline
Type: SystemBoolean
If set to true, then the text will be underline.
See Also