Interface IFontPropertiesDialog
Represents a dialog interface for managing font properties in the application.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IFontPropertiesDialog
Methods
ShowDialog(FontPropertiesDialogContext)
Displays the font properties dialog for the specified context.
Declaration
void ShowDialog(FontPropertiesDialogContext context)
Parameters
FontPropertiesDialogContext
context
The context in which the font properties dialog will be displayed. |