Class NoteUIProviderBase
Inheritance
System.Object
NoteUIProviderBase
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.UIProviders
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class NoteUIProviderBase : IUIProvider
Constructors
NoteUIProviderBase()
Declaration
protected NoteUIProviderBase()
Properties
BoundingRectangle
ContainingLayer
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
UILayerUpdateContext
|
Editor
IsInvalidated
Declaration
public bool IsInvalidated { get; }
Property Value
System.Boolean
|
Implements
IsRemoved
Declaration
public abstract bool IsRemoved { get; }
Property Value
System.Boolean
|
Implements
Note
Methods
Arrange(UILayerUpdateContext)
Declaration
public void Arrange(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|
Implements
GetUIElements(UILayerUpdateContext)
Declaration
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.UIElement>
|
Implements
ReleaseElements()
UpdateUI(UILayerUpdateContext)
Declaration
public void UpdateUI(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|