ClassLineUIProvider
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.UIProviders
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class LineUIProvider : IUIProvider
Inheritance: objectLineUIProvider
Implements:
Constructors
LineUIProvider(ParagraphLineInfo)
Declaration
cs-api-definition
public LineUIProvider(ParagraphLineInfo info)
Parameters
info
Properties
BoundingRectangle
Declaration
cs-api-definition
public RectangleF BoundingRectangle { get; }
Property Value
Implements
ContainingLayer
Declaration
cs-api-definition
public IUILayer ContainingLayer { get; set; }
Property Value
Implements
CurrentUpdateContext
Declaration
cs-api-definition
protected UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
LeftMostBox
Declaration
cs-api-definition
protected InlineLayoutBox LeftMostBox { get; }
Property Value
ParagraphLineInfo
Declaration
cs-api-definition
public ParagraphLineInfo ParagraphLineInfo { get; }
Property Value
Methods
Arrange(UILayerUpdateContext)
Declaration
cs-api-definition
public virtual void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
Implements
GetUIElements(UILayerUpdateContext)
Declaration
cs-api-definition
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
context
Returns
IEnumerable<UIElement>
Implements
ReleaseElements()
Declaration
cs-api-definition
public virtual void ReleaseElements()
Implements
UpdateUI(UILayerUpdateContext)
Declaration
cs-api-definition
public virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
Implements