Class FormattingSymbolUIProviderBase
Inheritance
System.Object
FormattingSymbolUIProviderBase
Namespace: Telerik.Windows.Documents.UI.UIProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class FormattingSymbolUIProviderBase : Object, IUIProvider
Constructors
FormattingSymbolUIProviderBase()
Declaration
protected FormattingSymbolUIProviderBase()
Properties
AssociatedParagraph
AssociatedSpan
BoundingRectangle
Declaration
public RectangleF BoundingRectangle { get; }
Property Value
Implements
ContainingLayer
Declaration
public IUILayer ContainingLayer { get; set; }
Property Value
Implements
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; protected set; }
Property Value
FormattingSymbolBox
Declaration
public FormattingSymbolLayoutBox FormattingSymbolBox { get; protected set; }
Property Value
IsInvalidated
Declaration
public virtual bool IsInvalidated { get; }
Property Value
System.
|
Implements
IsInvalidatedFlag
Declaration
protected bool IsInvalidatedFlag { get; set; }
Property Value
System.
|
IsRemoved
Declaration
public bool IsRemoved { get; }
Property Value
System.
|
Implements
Methods
Arrange(UILayerUpdateContext)
Declaration
public abstract void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayer
|
Implements
GetUIElements(UILayerUpdateContext)
Declaration
public abstract IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayer
|
Returns
System.
|
Implements
ReleaseElements()
UpdateUI(UILayerUpdateContext)
Declaration
public virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayer
|