| 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
Syntaxvoid SetUnderline(
	Range<int> range,
	bool underline
)
Sub SetUnderline ( 
	range As Range(Of Integer),
	underline As Boolean
)
abstract SetUnderline : 
        range : Range<int> * 
        underline : bool -> unit 
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
See Also