IFontPropertiesDialog
Interface
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:
Methods
Displays the font properties dialog for the specified context.
C#
void ShowDialog(FontPropertiesDialogContext context)
The context in which the font properties dialog will be displayed.