Class FormattingSymbolsUILayer
Inherited Members
Namespace: Telerik.Windows.Documents.UI.Layers
Assembly: Telerik.Windows.Documents.dll
Syntax
public class FormattingSymbolsUILayer : ProviderUILayerBase, IUILayer
Constructors
FormattingSymbolsUILayer()
Declaration
public FormattingSymbolsUILayer()
Properties
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
Methods
EnumerateVisibleProviders()
Declaration
protected override IEnumerable<IUIProvider> EnumerateVisibleProviders()
Returns
System.Collections.Generic.IEnumerable<IUIProvider>
|
Overrides
GetAssociatedUIProvider(FormattingSymbolLayoutBox)
Declaration
protected FormattingSymbolUIProvider GetAssociatedUIProvider(FormattingSymbolLayoutBox symbolBox)
Parameters
FormattingSymbolLayoutBox
symbolBox
|
Returns
FormattingSymbolUIProvider
|
RemoveUIProvider(IUIProvider)
Declaration
protected override void RemoveUIProvider(IUIProvider provider)
Parameters
IUIProvider
provider
|