Class BackgroundUIProvider
Inheritance
System.Object
BackgroundUIProvider
Namespace: Telerik.Windows.Documents.UI.UIProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BackgroundUIProvider : Object, IUIProvider
Constructors
BackgroundUIProvider(LayoutBox)
Properties
BackgroundUI
Declaration
public Rectangle BackgroundUI { get; }
Property Value
System.
|
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
IsInvalidated
Declaration
public bool IsInvalidated { get; protected set; }
Property Value
System.
|
Implements
IsRemoved
Declaration
public bool IsRemoved { get; }
Property Value
System.
|
Implements
LayoutBox
Methods
Arrange(UILayerUpdateContext)
Declaration
public void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayer
|
Implements
GetUIElements(UILayerUpdateContext)
Declaration
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayer
|
Returns
System.
|
Implements
ReleaseElements()
UpdateUI(UILayerUpdateContext)
Declaration
public virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayer
|