Provides formatting symbol UI elements for the Telerik UI components.
Definition
Namespace:Telerik.Windows.Documents.UI.UIProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class FormattingSymbolUIProvider : FormattingSymbolUIProviderBase, IUIProvider
Inheritance: objectFormattingSymbolUIProviderBaseFormattingSymbolUIProvider
Implements:
Inherited Members
Constructors
public FormattingSymbolUIProvider(FormattingSymbolLayoutBox symbolBox)
Properties
Represents a text block that is used for displaying formatting symbols in the UI.
public IRadTextBlock FormattingSymbolTextBlock { get; }
Gets a value indicating whether the formatting symbol UI provider is invalidated.
public override bool IsInvalidated { get; }
Overrides:
Methods
Arranges the formatting symbols within the specified UI layer update context.
public override void Arrange(UILayerUpdateContext uILayerUpdateContext)
The context for the UI layer update that contains information about the current state.
Overrides:
Retrieves the user interface elements for formatting symbols.
public override IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
The context of the UI layer update.
Returns:IEnumerable<UIElement>
A collection of UI elements related to formatting symbols.
Overrides:
Releases the elements managed by the FormattingSymbolUIProvider, freeing any resources associated with them.
public override void ReleaseElements()
Overrides: