Class DecorationUILayerBase
Inheritance
System.Object
DecorationUILayerBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.UI.Layers
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class DecorationUILayerBase : IUILayer
Constructors
DecorationUILayerBase()
Declaration
public DecorationUILayerBase()
Properties
Document
IsHitTestVisible
Declaration
public virtual bool IsHitTestVisible { get; set; }
Property Value
System.Boolean
|
Implements
Name
Declaration
public abstract string Name { get; }
Property Value
System.String
|
Implements
ShouldClip
Declaration
public virtual bool ShouldClip { get; }
Property Value
System.Boolean
|
Implements
ShouldUpdateWhenNotInvalidated
Declaration
public virtual bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
System.Boolean
|
Implements
Methods
AddDecorationElement(UIElement)
ArrangeChildren()
Clear()
Declaration
protected virtual void Clear()
ClearChildren()
DoOnPresentationChanged()
Declaration
public virtual void DoOnPresentationChanged()
Implements
GetLayerUIElement()
OnDocumentChanged()
Declaration
protected virtual void OnDocumentChanged()
OnDocumentChanging()
Declaration
protected virtual void OnDocumentChanging()
UpdateUIViewPortOverride(UILayerUpdateContext)
Declaration
public abstract void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|
UpdateViewPort(UILayerUpdateContext)
Declaration
public void UpdateViewPort(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|