Class
LineUIProvider

Definition

Namespace:Telerik.WinForms.Documents.UI.UIProviders

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class LineUIProvider : IUIProvider

Inheritance: objectLineUIProvider

Implements: IUIProvider

Constructors

LineUIProvider(ParagraphLineInfo)

Declaration

cs-api-definition
public LineUIProvider(ParagraphLineInfo info)

Parameters

info

ParagraphLineInfo

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
protected UILayerUpdateContext CurrentUpdateContext { get; }

Property Value

UILayerUpdateContext

IsInvalidated

Declaration

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

Property Value

bool

Implements IUIProvider.IsInvalidated

IsRemoved

Declaration

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

Property Value

bool

Implements IUIProvider.IsRemoved

LeftMostBox

Declaration

cs-api-definition
protected InlineLayoutBox LeftMostBox { get; }

Property Value

InlineLayoutBox

ParagraphLineInfo

Declaration

cs-api-definition
public ParagraphLineInfo ParagraphLineInfo { get; }

Property Value

ParagraphLineInfo

Methods

Arrange(UILayerUpdateContext)

Declaration

cs-api-definition
public virtual 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 virtual void ReleaseElements()

Implements IUIProvider.ReleaseElements()

UpdateUI(UILayerUpdateContext)

Declaration

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

Parameters

uILayerUpdateContext

UILayerUpdateContext

Implements IUIProvider.UpdateUI(UILayerUpdateContext)