| ITextBufferSetItalic Method  | 
 
            Sets the italic flag for the specified text range.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid SetItalic(
	Range<int> range,
	bool italic
)
Sub SetItalic ( 
	range As Range(Of Integer),
	italic As Boolean
)
abstract SetItalic : 
        range : Range<int> * 
        italic : bool -> unit 
Parameters
- range
- Type: Eto.FormsRangeInt32
 Range to set the italics.
- italic
- Type: SystemBoolean
 If set to true, then text will be italic.
 See Also
See Also