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

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

    See Also