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

In This Topic
    LengthTool Class
    In This Topic
    Abstract base class of tools that edit C1Length.
    Object Model
    LengthTool Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class LengthTool 
       Inherits C1.WPF.Ribbon.C1Tool
       Implements IUpdateableTool 
    public abstract class LengthTool : C1.WPF.Ribbon.C1Tool, 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
                         C1.WPF.Core.C1View
                            C1.WPF.Ribbon.C1Tool
                               C1.WPF.RichTextBox.Ribbon.LengthTool
                                  C1.WPF.RichTextBox.Ribbon.C1ColumnWidthTool
                                  C1.WPF.RichTextBox.Ribbon.C1RowHeightTool
                                  C1.WPF.RichTextBox.Ribbon.C1TableWidthTool

    See Also