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

Represents a dialog for configuring style formatting properties in the Telerik Windows UI framework.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface IStyleFormattingPropertiesDialog

Derived Classes: StyleFormattingPropertiesDialog

Methods

Displays the style formatting properties dialog for the specified context.

C#
void ShowDialog(StyleFormattingPropertiesDialogContext context)
Parameters:contextStyleFormattingPropertiesDialogContext

The context in which the style formatting properties dialog is to be shown.