Control used to display the content of a C1RichTextViewManager.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
[TemplatePartAttribute(Name = "Content", Type = typeof(Canvas))]
public class C1RichTextPresenter : Control
Visual Basic
<TemplatePartAttribute(Name := "Content", Type := GetType(Canvas))> _
Public Class C1RichTextPresenter _
	Inherits Control

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight.RichTextBox..::..C1RichTextPresenter

See Also