C# Class Mono.TextEditor.TextEditorOptions

Inheritance: ITextEditorOptions
Show file Open project: powerumc/monodevelop_korean Class Usage Examples

Public Properties

Property Type Description
DefaultColorStyle string

Public Methods

Method Description
CopyFrom ( TextEditorOptions other ) : void
Dispose ( ) : void
GetColorStyle ( ) : ColorScheme
HandleStaticZoomChanged ( object sender, EventArgs e ) : void
TextEditorOptions ( bool zoomOverride = false ) : System
ZoomIn ( ) : void
ZoomOut ( ) : void
ZoomReset ( ) : void

Protected Methods

Method Description
DisposeFont ( ) : void
OnChanged ( EventArgs args ) : void

Method Details

CopyFrom() public method

public CopyFrom ( TextEditorOptions other ) : void
other TextEditorOptions
return void

Dispose() public method

public Dispose ( ) : void
return void

DisposeFont() protected method

protected DisposeFont ( ) : void
return void

GetColorStyle() public method

public GetColorStyle ( ) : ColorScheme
return Mono.TextEditor.Highlighting.ColorScheme

HandleStaticZoomChanged() public method

public HandleStaticZoomChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnChanged() protected method

protected OnChanged ( EventArgs args ) : void
args System.EventArgs
return void

TextEditorOptions() public method

public TextEditorOptions ( bool zoomOverride = false ) : System
zoomOverride bool
return System

ZoomIn() public method

public ZoomIn ( ) : void
return void

ZoomOut() public method

public ZoomOut ( ) : void
return void

ZoomReset() public method

public ZoomReset ( ) : void
return void

Property Details

DefaultColorStyle public static property

public static string DefaultColorStyle
return string