Class HeaderPresenter
Represents a control that presents the header in a document layout.
Inherited Members
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class HeaderPresenter : HeaderFooterPresenterBase
Constructors
HeaderPresenter()
Declaration
public HeaderPresenter()
HeaderPresenter(DocumentPagePresenter)
Declaration
public HeaderPresenter(DocumentPagePresenter owner)
Parameters
DocumentPagePresenter
owner
|
Properties
DocumentEditorType
Represents the type of the document editor used in the header presenter.
Declaration
public override DocumentEditorType DocumentEditorType { get; }
Property Value
DocumentEditorType
|
Overrides
Methods
GetBody()
GetUIHeight()
Retrieves the height of the UI element associated with the HeaderPresenter.
Declaration
public override double GetUIHeight()
Returns
System.Double
A double representing the height of the UI element in pixels. |
Overrides
UpdateBodyMargin()
Declaration
protected override void UpdateBodyMargin()
Overrides
UpdateOwnerEditingContext(HeaderFooterEditingContext)
UpdateOwnerUIContext()
Declaration
protected override void UpdateOwnerUIContext()
Overrides
UpdateSource()
Declaration
protected override void UpdateSource()