[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1ThicknessTool

C1ThicknessTool Class

Abstract base class for controls that modify thickness in C1RichTextBoxToolbar.

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

Constructors

Name Description
C1ThicknessTool()

Initializes a new instance of a C1ThicknessTool.

Fields

Name Description
RichTextBoxProperty

Identifies the RichTextBox dependency property.

ThicknessProperty

Properties

Name Description
RichTextBox

Gets or sets the C1RichTextBox this tool edits.

Thickness

Methods

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

Method called when the tool should update its state.