AvalonEdit
Encoding Property
NamespacesICSharpCode.AvalonEditTextEditorEncoding
Gets/sets the encoding used when the file is saved.
Declaration Syntax
C#Visual BasicVisual C++
public Encoding Encoding { get; set; }
Public Property Encoding As Encoding
	Get
	Set
public:
property Encoding^ Encoding {
	Encoding^ get ();
	void set (Encoding^ value);
}
Remarks
The Load(Stream) method autodetects the encoding of the file and sets this property accordingly. The Save(Stream) method uses the encoding specified in this property.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238