[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1RichTextPresenter

C1RichTextPresenter Class

Control used to display the content of a C1RichTextViewManager.

Inheritance
C1RichTextPresenter
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
[TemplatePart(Name = "Content", Type = typeof(Canvas))]
public class C1RichTextPresenter : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
C1RichTextPresenter()

Initializes a new instance of the C1RichTextPresenter class.

Fields

Name Description
SourceProperty

Identifies the Source dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

Source

Gets or sets the C1RichTextPresenterSource that connects this C1RichTextPresenter to a C1RichTextViewManager.

Methods

Name Description
ArrangeOverride(Size)
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1RichTextPresenter class.

MeasureOverride(Size)
OnApplyTemplate()