Class ChangeSectionHeaderFooterMarginBase
Inheritance
System.Object
ChangeSectionHeaderFooterMarginBase
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class ChangeSectionHeaderFooterMarginBase : RichTextBoxCommandBase, ICommand
Constructors
Declaration
public ChangeSectionHeaderFooterMarginBase(RadRichTextBox radRichTextBox)
Parameters
Properties
Declaration
protected override CanExecuteBehaviorInProtectedDocument CanExecuteBehaviorInProtectedDocument { get; }
Property Value
Overrides
Declaration
protected override bool CanExecuteInReadOnlyRange { get; }
Property Value
Overrides
Declaration
protected override bool ShouldFocusCaretAfterExecute { get; }
Property Value
Overrides
Methods
Declaration
protected virtual void OnHeaderFooterMarginChanged(StylePropertyChangedEventArgs<int> e)
Parameters
Events
Declaration
public event EventHandler<StylePropertyChangedEventArgs<int>> HeaderFooterMarginChanged
Event Type
Extension Methods