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