Class NoteUIProviderBase
Inheritance
System.Object
NoteUIProviderBase
Namespace: Telerik.Windows.Documents.UI.UIProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class NoteUIProviderBase : Object, IUIProvider
Constructors
NoteUIProviderBase()
Declaration
protected NoteUIProviderBase()
Properties
BoundingRectangle
Declaration
public RectangleF BoundingRectangle { get; }
Property Value
Implements
ContainingLayer
Declaration
public IUILayer ContainingLayer { get; set; }
Property Value
Implements
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
Editor
IsInvalidated
Declaration
public bool IsInvalidated { get; }
Property Value
System.
|
Implements
IsRemoved
Declaration
public abstract bool IsRemoved { get; }
Property Value
System.
|
Implements
Note
Methods
Arrange(UILayerUpdateContext)
Declaration
public void Arrange(UILayerUpdateContext context)
Parameters
UILayer
|
Implements
GetUIElements(UILayerUpdateContext)
Declaration
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayer
|
Returns
System.
|
Implements
ReleaseElements()
UpdateUI(UILayerUpdateContext)
Declaration
public void UpdateUI(UILayerUpdateContext context)
Parameters
UILayer
|