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
)
Sub SetStrikethrough (
range As Range(Of Integer),
strikethrough As Boolean
)
abstract SetStrikethrough :
range : Range<int> *
strikethrough : bool -> unit
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