LineUIProvider
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.UIProviders
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class LineUIProvider : IUIProvider
Inheritance: objectLineUIProvider
Implements:
Constructors
Properties
C#
public RectangleF BoundingRectangle { get; }
Implements:
C#
public IUILayer ContainingLayer { get; set; }
Implements:
C#
protected UILayerUpdateContext CurrentUpdateContext { get; }
C#
public bool IsInvalidated { get; }
Implements:
C#
protected InlineLayoutBox LeftMostBox { get; }
C#
public ParagraphLineInfo ParagraphLineInfo { get; }
Methods
C#
public virtual void Arrange(UILayerUpdateContext uILayerUpdateContext)
Implements:
C#
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
IEnumerable<UIElement>
Implements:
C#
public virtual void ReleaseElements()
Implements:
C#
public virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Implements: