FooterPresenter
Class
Represents a presenter for the footer in a Telerik document.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FooterPresenter : HeaderFooterPresenterBase
Inheritance: objectHeaderFooterPresenterBaseFooterPresenter
Inherited Members
Constructors
C#
public FooterPresenter()
Properties
Represents the type of document editor used by the FooterPresenter in Telerik's UI framework.
C#
public override DocumentEditorType DocumentEditorType { get; }
Overrides:
Methods
Calculates and retrieves the user interface height for the footer presenter.
C#
public override double GetUIHeight()
The height of the footer presenter as a double value.
Overrides:
C#
protected override void UpdateBodyMargin()
Overrides:
C#
protected override void UpdateOwnerEditingContext(HeaderFooterEditingContext context)
Overrides:
C#
protected override void UpdateOwnerUIContext()
Overrides:
C#
protected override void UpdateSource()
Overrides: