ClassDocumentPresenterWrapperBase
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public abstract class DocumentPresenterWrapperBase : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlDocumentPresenterWrapperBase
Derived Classes:
Implements:
Inherited Members
Constructors
DocumentPresenterWrapperBase()
Initializes a new instance of the DocumentPagePresenter class.
Declaration
cs-api-definition
public DocumentPresenterWrapperBase()
Properties
Comments
Declaration
cs-api-definition
public IList<RadRichTextBox> Comments { get; }
Property Value
DocumentListDecorationLayer
Declaration
cs-api-definition
public Canvas DocumentListDecorationLayer { get; }
Property Value
FloatingBlockAnchorDecorationLayer
Declaration
cs-api-definition
public Canvas FloatingBlockAnchorDecorationLayer { get; }
Property Value
Lines
Gets the text blocks from the LinesDocumentLayer.
Declaration
cs-api-definition
public IList<TextBlock> Lines { get; }
Property Value
IList<TextBlock>
ProofingErrorsDecorationLayer
Declaration
cs-api-definition
public Canvas ProofingErrorsDecorationLayer { get; }
Property Value
RadTextBlocks
Gets the text blocks from the LinesDocumentLayer.
Declaration
cs-api-definition
public IList<RadTextBlock> RadTextBlocks { get; }
Property Value
StrikethroughDecorationLayer
Declaration
cs-api-definition
public Canvas StrikethroughDecorationLayer { get; }
Property Value
TableCellBordersResizeLayer
Declaration
cs-api-definition
public Canvas TableCellBordersResizeLayer { get; }
Property Value