Class BackgroundsUILayer
Inherited Members
Namespace: Telerik.Windows.Documents.UI.Layers
Assembly: Telerik.Windows.Documents.dll
Syntax
public class BackgroundsUILayer : ProviderUILayerBase, IUILayer
Constructors
BackgroundsUILayer()
Declaration
public BackgroundsUILayer()
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(LayoutBox)
Declaration
protected IUIProvider GetAssociatedUIProvider(LayoutBox box)
Parameters
LayoutBox
box
|
Returns
IUIProvider
|
RemoveUIProvider(IUIProvider)
Declaration
protected override void RemoveUIProvider(IUIProvider provider)
Parameters
IUIProvider
provider
|