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.Windows.Documents.UI.Layers
Assembly: Telerik.Windows.Documents.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)
Declaration
protected void AddDecorationElement(UIElement element)
Parameters
System.Windows.UIElement
element
|
ArrangeChildren()
Clear()
Declaration
protected virtual void Clear()
ClearChildren()
DoOnPresentationChanged()
Declaration
public virtual void DoOnPresentationChanged()
Implements
GetLayerUIElement()
Declaration
public UIElement GetLayerUIElement()
Returns
System.Windows.UIElement
|
Implements
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
|