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