Class WatermarkUIProvider
Inheritance
System.Object
WatermarkUIProvider
Namespace: Telerik.Windows.Documents.UI.UIProviders
Assembly: Telerik.Windows.Documents.dll
Syntax
public class WatermarkUIProvider : Object, IUIProvider
Constructors
WatermarkUIProvider(SectionLayoutBox)
Declaration
public WatermarkUIProvider(SectionLayoutBox sectionBox)
Parameters
SectionLayoutBox
sectionBox
|
Properties
BoundingRectangle
ClippingGeometry
Declaration
public Geometry ClippingGeometry { get; }
Property Value
System.Windows.Media.Geometry
|
ContainingLayer
CurrentHeader
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
UILayerUpdateContext
|
IsInvalidated
Declaration
public bool IsInvalidated { get; }
Property Value
System.Boolean
|
Implements
IsRemoved
Declaration
public bool IsRemoved { get; }
Property Value
System.Boolean
|
Implements
SectionBox
Methods
Arrange(UILayerUpdateContext)
Declaration
public void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|
Implements
GetUIElements(UILayerUpdateContext)
Declaration
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.UIElement>
|
Implements
ReleaseElements()
UpdateUI(UILayerUpdateContext)
Declaration
public void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|