Class DocumentPresenterWrapperBase
Inheritance
System.Object
DocumentPresenterWrapperBase
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public abstract class DocumentPresenterWrapperBase : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
DocumentPresenterWrapperBase()
Declaration
public DocumentPresenterWrapperBase()
Properties
AdornerLayer
BackgroundsLayer
BordersDecorationLayer
Comments
Declaration
public IList<RadRichTextBox> Comments { get; }
Property Value
System.Collections.Generic.IList<RadRichTextBox>
|
CommentsLayer
DocumentListDecorationLayer
FloatingBlockAnchorDecorationLayer
FloatingBlocksBackLayer
FloatingBlocksFrontLayer
ForegroundLayer
FormattingSymbolsLayer
HighlightDecorationLayer
HyperlinksLayer
ImagesLayer
LayersCanvas
Lines
Declaration
public IList<TextBlock> Lines { get; }
Property Value
System.Collections.Generic.IList<TextBlock>
|
LinesDocumentLayer
PagesLayer
ProofingErrorsDecorationLayer
RadTextBlocks
Declaration
public IList<RadTextBlock> RadTextBlocks { get; }
Property Value
System.Collections.Generic.IList<RadTextBlock>
|
SelectionLayer
StrikethroughDecorationLayer
TableCellBordersResizeLayer
UIContainerLayer
UnderlineDecorationLayer
Methods
GetLayerCanvasByAutomationId(String)
Declaration
protected Canvas GetLayerCanvasByAutomationId(string automationId)
Parameters
System.String
automationId
|
Returns
Canvas
|