ClassHeaderFooterEditModeOverlay
Represents the overlay mode for editing header and footer in RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class HeaderFooterEditModeOverlay : Control
Inheritance: objectHeaderFooterEditModeOverlay
Constructors
HeaderFooterEditModeOverlay()
Declaration
public HeaderFooterEditModeOverlay()
Fields
FooterTextProperty
Declaration
public static readonly DependencyProperty FooterTextProperty
Field Value
DependencyProperty
HeaderTextProperty
Declaration
public static readonly DependencyProperty HeaderTextProperty
Field Value
DependencyProperty
IsFooterLinkedToPreviousProperty
Declaration
public static readonly DependencyProperty IsFooterLinkedToPreviousProperty
Field Value
DependencyProperty
IsHeaderLinkedToPreviousProperty
Declaration
public static readonly DependencyProperty IsHeaderLinkedToPreviousProperty
Field Value
DependencyProperty
SectionNumberProperty
Declaration
public static readonly DependencyProperty SectionNumberProperty
Field Value
DependencyProperty
Properties
FooterText
Gets or sets the footer text for the HeaderFooterEditModeOverlay.
Declaration
public string FooterText { get; set; }
Property Value
A string representing the footer text displayed in the overlay.
HeaderText
Gets or sets the text displayed in the header of the footer edit mode overlay.
Declaration
public string HeaderText { get; set; }
Property Value
A string that represents the header text. Returns an empty string if not set.
IsFooterLinkedToPrevious
Gets or sets a value indicating whether the footer is linked to the previous footer in the document.
Declaration
public bool IsFooterLinkedToPrevious { get; set; }
Property Value
A boolean value that specifies if the footer is linked to the previous footer.
Returns true if the footer is linked; otherwise, false.
IsHeaderLinkedToPrevious
Gets a value indicating whether the header is linked to the previous header in the document.
Declaration
public bool IsHeaderLinkedToPrevious { get; set; }
Property Value
SectionNumber
Represents the section number in the Header/Footer Edit Mode Overlay.
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.