ClassWatermarkUIProvider
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.UIProviders
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class WatermarkUIProvider : IUIProvider
Inheritance: objectWatermarkUIProvider
Implements:
Constructors
WatermarkUIProvider(SectionLayoutBox)
Declaration
cs-api-definition
public WatermarkUIProvider(SectionLayoutBox sectionBox)
Parameters
sectionBox
Properties
BoundingRectangle
Declaration
cs-api-definition
public RectangleF BoundingRectangle { get; }
Property Value
Implements
ContainingLayer
Declaration
cs-api-definition
public IUILayer ContainingLayer { get; set; }
Property Value
Implements
CurrentUpdateContext
Declaration
cs-api-definition
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
SectionBox
Declaration
cs-api-definition
public SectionLayoutBox SectionBox { get; }
Property Value
Methods
Arrange(UILayerUpdateContext)
Declaration
cs-api-definition
public void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
Implements
GetUIElements(UILayerUpdateContext)
Declaration
cs-api-definition
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
context
Returns
IEnumerable<UIElement>
Implements
ReleaseElements()
Declaration
cs-api-definition
public void ReleaseElements()
Implements
UpdateUI(UILayerUpdateContext)
Declaration
cs-api-definition
public void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
Implements