Definition
Namespace:Telerik.WinForms.Documents.UI.UIProviders
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class FormattingSymbolUIProviderBase : IUIProvider
Inheritance: objectFormattingSymbolUIProviderBase
Derived Classes:
Implements:
Constructors
C#
protected FormattingSymbolUIProviderBase()
Properties
C#
protected Paragraph AssociatedParagraph { get; set; }
C#
protected Span AssociatedSpan { get; set; }
C#
public RectangleF BoundingRectangle { get; }
Implements:
C#
public IUILayer ContainingLayer { get; set; }
Implements:
C#
public UILayerUpdateContext CurrentUpdateContext { get; protected set; }
C#
public FormattingSymbolLayoutBox FormattingSymbolBox { get; protected set; }
C#
public virtual bool IsInvalidated { get; }
Implements:
C#
protected bool IsInvalidatedFlag { get; set; }
Methods
C#
public abstract void Arrange(UILayerUpdateContext uILayerUpdateContext)
Implements:
C#
public abstract IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
IEnumerable<UIElement>
Implements:
C#
public abstract void ReleaseElements()
Implements:
C#
public virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Implements: