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

In This Topic
    C1ThicknessTool Class
    In This Topic
    Abstract base class for controls that modify thickness in C1RichTextBoxToolbar.
    Object Model
    C1ThicknessTool Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1ThicknessTool 
       Inherits C1.WPF.Toolbar.C1ToolbarDropDown
       Implements IUpdateableTool 
    public abstract class C1ThicknessTool : C1.WPF.Toolbar.C1ToolbarDropDown, 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
                            C1.WPF.C1HeaderedContentControl
                               C1.WPF.C1DropDownButton
                                  C1.WPF.C1DropDown
                                     C1.WPF.Toolbar.C1ToolbarDropDown
                                        C1.WPF.RichTextBox.C1ThicknessTool
                                           C1.WPF.RichTextBox.C1BorderThicknessTool
                                           C1.WPF.RichTextBox.C1MarginTool
                                           C1.WPF.RichTextBox.C1PaddingTool

    See Also