Class LineUIProvider
Inheritance
System.Object
LineUIProvider
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 class LineUIProvider : IUIProvider
Constructors
LineUIProvider(ParagraphLineInfo)
Properties
BoundingRectangle
ContainingLayer
CurrentUpdateContext
Declaration
protected UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
UILayerUpdateContext
|
IsInvalidated
Declaration
public bool IsInvalidated { get; }
Property Value
System.Boolean
|
Implements
IsRemoved
Declaration
public bool IsRemoved { get; }
Property Value
System.Boolean
|
Implements
LeftMostBox
ParagraphLineInfo
Methods
Arrange(UILayerUpdateContext)
Declaration
public virtual void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|
Implements
GetUIElements(UILayerUpdateContext)
Declaration
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|
Returns
System.Collections.Generic.IEnumerable<UIElement>
|
Implements
ReleaseElements()
UpdateUI(UILayerUpdateContext)
Declaration
public virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|