RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1FitWidthTool Class
Members

In This Topic
    C1FitWidthTool Class
    In This Topic
    Ribbon button that zooms the document so that the width of the page matches the width of the viewport.
    Object Model
    C1FitWidthTool Class
    Syntax
    'Declaration
     
    
    Public Class C1FitWidthTool 
       Inherits RichTextBoxButtonTool
    public class C1FitWidthTool : RichTextBoxButtonTool 
    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
                         C1.WPF.Core.C1View
                            C1.WPF.Ribbon.C1Tool
                               C1.WPF.Ribbon.C1ButtonTool
                                  C1.WPF.RichTextBox.Ribbon.RichTextBoxButtonTool
                                     C1.WPF.RichTextBox.Ribbon.C1FitWidthTool

    See Also