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.WinForms.Documents.UI.UIProviders
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class FloatingDrawingUIProvider : 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
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()
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
|