Class
TabLeaderSymbolUIProvider

Provides the user interface elements for selecting tab leader symbols in Telerik documents.

Definition

Constructors

TabLeaderSymbolUIProvider(FormattingSymbolLayoutBox)

Declaration

cs-api-definition
public TabLeaderSymbolUIProvider(FormattingSymbolLayoutBox formattingSymbolLayoutBox)

Parameters

formattingSymbolLayoutBox

FormattingSymbolLayoutBox

Properties

IsInvalidated

Gets a value indicating whether the UI provider has been invalidated.

Declaration

cs-api-definition
public override bool IsInvalidated { get; }

Property Value

bool

Overrides FormattingSymbolUIProviderBase.IsInvalidated

ShowFormattingSymbolsLastEvaluatedValue

Gets the last evaluated value of the formatting symbols displayed by the TabLeaderSymbolUIProvider.

Declaration

cs-api-definition
public bool ShowFormattingSymbolsLastEvaluatedValue { get; }

Property Value

bool

TabStopLeaderLastEvaluatedValue

Gets the last evaluated value of the tab stop leader symbol.

Declaration

cs-api-definition
public TabStopLeader TabStopLeaderLastEvaluatedValue { get; }

Property Value

TabStopLeader

TabStopPositionLastEvaluatedValue

Gets the last evaluated value of the tab stop position for the TabLeaderSymbolUIProvider.

Declaration

cs-api-definition
public double TabStopPositionLastEvaluatedValue { get; }

Property Value

double

TabStopWidthLastEvaluatedValue

Gets the last evaluated tab stop width value in the TabLeaderSymbol UI provider.

Declaration

cs-api-definition
public double TabStopWidthLastEvaluatedValue { get; }

Property Value

double

TabSymbolTextBlock

Represents the text block associated with the tab symbol in the TabLeaderSymbolUIProvider.

Declaration

cs-api-definition
public IRadTextBlock TabSymbolTextBlock { get; }

Property Value

IRadTextBlock

Methods

Arrange(UILayerUpdateContext)

Arranges the UI elements for the tab leader symbol in the provided update context.

Declaration

cs-api-definition
public override void Arrange(UILayerUpdateContext uILayerUpdateContext)

Parameters

uILayerUpdateContext

UILayerUpdateContext

The context in which the UI layer is being updated.

Overrides FormattingSymbolUIProviderBase.Arrange(UILayerUpdateContext)

GetUIElements(UILayerUpdateContext)

Retrieves a collection of UI elements associated with the specified UILayerUpdateContext.

Declaration

cs-api-definition
public override IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

The UILayerUpdateContext that provides information about the update operation.

Returns

IEnumerable<UIElement>

A collection of UI elements that represent the tab leader symbols.

Overrides FormattingSymbolUIProviderBase.GetUIElements(UILayerUpdateContext)

ReleaseElements()

Releases any resources held by the TabLeaderSymbolUIProvider.

Declaration

cs-api-definition
public override void ReleaseElements()

Overrides FormattingSymbolUIProviderBase.ReleaseElements()