RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1TextWrappingTool Class
Members

In This Topic
    C1TextWrappingTool Class
    In This Topic
    Toolbar button that toggles text wrapping in a C1RichTextBox.
    Object Model
    C1TextWrappingTool Class
    Syntax
    'Declaration
     
    
    Public Class C1TextWrappingTool 
       Inherits C1.WPF.RichTextBox.C1ToggleButtonTool(Of TextWrapping)
       Implements IUpdateableTool 
    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.Controls.Primitives.ButtonBase
                               System.Windows.Controls.Primitives.ToggleButton
                                  C1.WPF.Toolbar.C1ToolbarToggleButton
                                     C1.WPF.RichTextBox.C1ToggleButtonTool<T>
                                        C1.WPF.RichTextBox.C1TextWrappingTool

    See Also