C# Класс Nexus.UI.Controls.XmlFormattingStrategy

Handles the smart indenting of XML.
Наследование: ICSharpCode.TextEditor.Document.DefaultFormattingStrategy
Показать файл Открыть проект

Защищенные методы

Метод Описание
AutoIndentLine ( TextArea p_txaTextArea, int p_intLineNumber ) : int

Indents the specified line based on the current depth of the XML hierarchy.

Описание методов

AutoIndentLine() защищенный Метод

Indents the specified line based on the current depth of the XML hierarchy.
protected AutoIndentLine ( TextArea p_txaTextArea, int p_intLineNumber ) : int
p_txaTextArea ICSharpCode.TextEditor.TextArea The text area containing the line to indent.
p_intLineNumber int The line number of the line to indent.
Результат int