New to Telerik UI for WPFStart a free 30-day trial

Provides formatting symbol UI elements for the Telerik UI components.

Definition

Constructors

C#
public FormattingSymbolUIProvider(FormattingSymbolLayoutBox symbolBox)
Parameters:symbolBoxFormattingSymbolLayoutBox

Properties

Represents a text block that is used for displaying formatting symbols in the UI.

C#
public IRadTextBlock FormattingSymbolTextBlock { get; }

Gets a value indicating whether the formatting symbol UI provider is invalidated.

C#
public override bool IsInvalidated { get; }

Overrides: FormattingSymbolUIProviderBase.IsInvalidated

Methods

Arranges the formatting symbols within the specified UI layer update context.

C#
public override void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters:uILayerUpdateContextUILayerUpdateContext

The context for the UI layer update that contains information about the current state.

Overrides: FormattingSymbolUIProviderBase.Arrange(UILayerUpdateContext)

Retrieves the user interface elements for formatting symbols.

C#
public override IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

The context of the UI layer update.

Returns:

IEnumerable<UIElement>

A collection of UI elements related to formatting symbols.

Overrides: FormattingSymbolUIProviderBase.GetUIElements(UILayerUpdateContext)

Releases the elements managed by the FormattingSymbolUIProvider, freeing any resources associated with them.

C#
public override void ReleaseElements()

Overrides: FormattingSymbolUIProviderBase.ReleaseElements()