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

Represents a dialog interface for managing font properties in the application.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface IFontPropertiesDialog

Derived Classes: FontPropertiesDialog

Methods

Displays the font properties dialog for the specified context.

C#
void ShowDialog(FontPropertiesDialogContext context)
Parameters:contextFontPropertiesDialogContext

The context in which the font properties dialog will be displayed.