RadControls for WPF

Used by RadRichTextBox for presenting documents in "Web" LayoutMode (with no paging). See also DocumentPrintLayoutPresenter

Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.1.403.40

Syntax

C#
public class DocumentWebLayoutPresenter : DocumentPresenterBase, 
	IUILayerContainer, ISupportApplicationCommands
Visual Basic
Public Class DocumentWebLayoutPresenter _
	Inherits DocumentPresenterBase _
	Implements IUILayerContainer, ISupportApplicationCommands

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Documents.UI..::..DocumentPresenterBase
                  Telerik.Windows.Documents.UI..::..DocumentWebLayoutPresenter

See Also