Control used to display the content of a C1RichTextViewManager.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

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
XAML Object Element Usage
<C1RichTextPresenter .../>

Inheritance Hierarchy

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

See Also