MindFusion.Wpf Pack Programmer's Guide
FontPickerForm Class
Remarks See Also
 





Represents a dialog which can be used to specify font styles within a worksheet.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public class FontPickerForm : Window, IComponentConnector

Visual Basic  Copy Code

Public Class FontPickerForm
    Inherits Window
    Implements IComponentConnector

 Remarks

This form can be used to select fonts within a worksheet. To use the form, create an instance of the FontPickerForm class, by optionally providing the IStyle that should be used to initialize the form, and call the ShowDialog method. To get the user's choice, use the FontName, FontSize, Bold, Italic, Underline, Strikeout and TextBrush properties. The following image shows the form:

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ContentControl
                                System.Windows.Window
                                    MindFusion.Spreadsheet.Wpf.StandardForms.FontPickerForm

 See Also

FontPickerForm Members
MindFusion.Spreadsheet.Wpf.StandardForms Namespace