Class BackgroundUIProvider
Inheritance
System.Object
BackgroundUIProvider
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 class BackgroundUIProvider : IUIProvider
Constructors
BackgroundUIProvider(LayoutBox)
Properties
BackgroundUI
Declaration
public Rectangle BackgroundUI { get; }
Property Value
System.Windows.Shapes.Rectangle
|
BoundingRectangle
ContainingLayer
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
UILayerUpdateContext
|
IsInvalidated
Declaration
public bool IsInvalidated { get; protected set; }
Property Value
System.Boolean
|
Implements
IsRemoved
Declaration
public bool IsRemoved { get; }
Property Value
System.Boolean
|
Implements
LayoutBox
Methods
Arrange(UILayerUpdateContext)
Declaration
public void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|
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 virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|