New to Telerik UI for WPFStart a free 30-day trial

Represents a dialog for code formatting, allowing users to customize their code presentation.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface ICodeFormattingDialog

Derived Classes: CodeFormattingDialog

Methods

Displays a dialog for code formatting settings.

C#
void ShowDialog(CodeFormattingDialogContext context)
Parameters:contextCodeFormattingDialogContext

The context in which the code formatting dialog is shown.