Class FloatingDrawingUIProvider
Inheritance
System.Object
FloatingDrawingUIProvider
Namespace: Telerik.Windows.Documents.UI.UIProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class FloatingDrawingUIProvider : Object, IUIProvider
Constructors
FloatingDrawingUIProvider(FloatingBlockLayoutBox)
Declaration
public FloatingDrawingUIProvider(FloatingBlockLayoutBox floatingBox)
Parameters
Floating
|
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; protected set; }
Property Value
DrawingBox
Declaration
public DrawingLayoutBox DrawingBox { get; protected set; }
Property Value
Element
Declaration
public UIElement Element { get; protected set; }
Property Value
System.
|
FloatingBox
Declaration
public FloatingBlockLayoutBox FloatingBox { get; protected set; }
Property Value
IsInvalidated
Declaration
public bool IsInvalidated { get; }
Property Value
System.
|
Implements
IsRemoved
Declaration
public bool IsRemoved { get; }
Property Value
System.
|
Implements
Methods
Arrange(UILayerUpdateContext)
Declaration
public void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayer
|
Implements
CreateUIElement()
Declaration
protected abstract UIElement CreateUIElement()
Returns
System.
|
GetUIElements(UILayerUpdateContext)
Declaration
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayer
|
Returns
System.
|
Implements
ReleaseElements()
UpdateRecycledUIElement()
Declaration
protected abstract void UpdateRecycledUIElement()
UpdateUI(UILayerUpdateContext)
Declaration
public abstract void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayer
|