Class FloatingDrawingUIProvider
Inheritance
System.Object
FloatingDrawingUIProvider
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 FloatingDrawingUIProvider : IUIProvider
Constructors
FloatingDrawingUIProvider(FloatingBlockLayoutBox)
Declaration
public FloatingDrawingUIProvider(FloatingBlockLayoutBox floatingBox)
Parameters
FloatingBlockLayoutBox
floatingBox
|
Properties
BoundingRectangle
ContainingLayer
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; protected set; }
Property Value
UILayerUpdateContext
|
DrawingBox
Declaration
public DrawingLayoutBox DrawingBox { get; protected set; }
Property Value
DrawingLayoutBox
|
Element
Declaration
public UIElement Element { get; protected set; }
Property Value
System.Windows.UIElement
|
FloatingBox
Declaration
public FloatingBlockLayoutBox FloatingBox { get; protected set; }
Property Value
FloatingBlockLayoutBox
|
IsInvalidated
Declaration
public bool IsInvalidated { get; }
Property Value
System.Boolean
|
Implements
IsRemoved
Declaration
public bool IsRemoved { get; }
Property Value
System.Boolean
|
Implements
Methods
Arrange(UILayerUpdateContext)
Declaration
public void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|
Implements
CreateUIElement()
Declaration
protected abstract UIElement CreateUIElement()
Returns
System.Windows.UIElement
|
GetUIElements(UILayerUpdateContext)
Declaration
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.UIElement>
|
Implements
ReleaseElements()
UpdateRecycledUIElement()
Declaration
protected abstract void UpdateRecycledUIElement()
UpdateUI(UILayerUpdateContext)
Declaration
public abstract void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|