Class HighlightingFieldsDecorationUILayer
Inherited Members
Namespace: Telerik.Windows.Documents.UI.Layers.TextDecorationLayers
Assembly: Telerik.Windows.Documents.dll
Syntax
public class HighlightingFieldsDecorationUILayer : DecorationUILayerBase, IUILayer
Constructors
HighlightingFieldsDecorationUILayer()
Declaration
public HighlightingFieldsDecorationUILayer()
Properties
LastUpdateContext
Declaration
public UILayerUpdateContext LastUpdateContext { get; }
Property Value
UILayerUpdateContext
|
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
ShouldUpdateWhenNotInvalidated
Declaration
public override bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
System.Boolean
|
Overrides
Methods
OnDocumentChanged()
Declaration
protected override void OnDocumentChanged()
Overrides
OnDocumentChanging()
Declaration
protected override void OnDocumentChanging()
Overrides
UpdateUIViewPortOverride(UILayerUpdateContext)
Declaration
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|