[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1SimplifiedThicknessTool

C1SimplifiedThicknessTool Class

Abstract base class for controls that modify thickness in C1RichTextBoxToolbar.

Inheritance
C1SimplifiedThicknessTool
Implements
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.Toolbar.4.6.2.dll
Syntax
public abstract class C1SimplifiedThicknessTool : C1ToolbarDropdownItem, IUpdateableTool
Public MustInherit Class C1SimplifiedThicknessTool
    Inherits C1ToolbarDropdownItem
    Implements IUpdateableTool

Constructors

Name Description
C1SimplifiedThicknessTool()

Initializes a new instance of a C1SimplifiedThicknessTool.

Fields

Name Description
RichTextBoxProperty

Identifies the RichTextBox dependency property.

Properties

Name Description
RichTextBox

Gets or sets the C1RichTextBox this tool edits.

Methods

Name Description
GetValue(C1TextRange)
OnApplyTemplate()
SetValue(C1TextRange, Thickness)
Update()

Method called when the tool should update its state.