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