Click or drag to resize

ITextBufferSetStrikethrough Method

Sets the strikethrough for the specified text range.

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

Parameters

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