Class
FloatingImageUIProvider

Definition

Namespace:Telerik.WinForms.Documents.UI.UIProviders

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class FloatingImageUIProvider : IUIProvider

Inheritance: objectFloatingImageUIProvider

Implements: IUIProvider

Constructors

FloatingImageUIProvider(FloatingBlockLayoutBox)

Declaration

cs-api-definition
public FloatingImageUIProvider(FloatingBlockLayoutBox floatingImageBox)

Parameters

floatingImageBox

FloatingBlockLayoutBox

Properties

BoundingRectangle

Declaration

cs-api-definition
public RectangleF BoundingRectangle { get; }

Property Value

RectangleF

Implements IUIProvider.BoundingRectangle

ContainingLayer

Declaration

cs-api-definition
public IUILayer ContainingLayer { get; set; }

Property Value

IUILayer

Implements IUIProvider.ContainingLayer

CurrentUpdateContext

Declaration

cs-api-definition
public UILayerUpdateContext CurrentUpdateContext { get; }

Property Value

UILayerUpdateContext

FloatingBox

Declaration

cs-api-definition
public FloatingBlockLayoutBox FloatingBox { get; }

Property Value

FloatingBlockLayoutBox

ImageBox

Declaration

cs-api-definition
public ImageLayoutBox ImageBox { get; }

Property Value

ImageLayoutBox

ImageUI

Declaration

cs-api-definition
public Image ImageUI { get; }

Property Value

Image

IsInvalidated

Declaration

cs-api-definition
public bool IsInvalidated { get; protected set; }

Property Value

bool

Implements IUIProvider.IsInvalidated

IsRemoved

Declaration

cs-api-definition
public bool IsRemoved { get; }

Property Value

bool

Implements IUIProvider.IsRemoved

Methods

Arrange(UILayerUpdateContext)

Declaration

cs-api-definition
public void Arrange(UILayerUpdateContext uILayerUpdateContext)

Parameters

uILayerUpdateContext

UILayerUpdateContext

Implements IUIProvider.Arrange(UILayerUpdateContext)

GetUIElements(UILayerUpdateContext)

Declaration

cs-api-definition
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

Returns

IEnumerable<UIElement>

Implements IUIProvider.GetUIElements(UILayerUpdateContext)

ReleaseElements()

Declaration

cs-api-definition
public void ReleaseElements()

Implements IUIProvider.ReleaseElements()

UpdateUI(UILayerUpdateContext)

Declaration

cs-api-definition
public virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)

Parameters

uILayerUpdateContext

UILayerUpdateContext

Implements IUIProvider.UpdateUI(UILayerUpdateContext)