Class
WatermarkUIProvider

Definition

Namespace:Telerik.WinForms.Documents.UI.UIProviders

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class WatermarkUIProvider : IUIProvider

Inheritance: objectWatermarkUIProvider

Implements: IUIProvider

Constructors

WatermarkUIProvider(SectionLayoutBox)

Declaration

cs-api-definition
public WatermarkUIProvider(SectionLayoutBox sectionBox)

Parameters

sectionBox

SectionLayoutBox

Properties

BoundingRectangle

Declaration

cs-api-definition
public RectangleF BoundingRectangle { get; }

Property Value

RectangleF

Implements IUIProvider.BoundingRectangle

ClippingGeometry

Declaration

cs-api-definition
public Geometry ClippingGeometry { get; }

Property Value

Geometry

ContainingLayer

Declaration

cs-api-definition
public IUILayer ContainingLayer { get; set; }

Property Value

IUILayer

Implements IUIProvider.ContainingLayer

CurrentHeader

Declaration

cs-api-definition
public Header CurrentHeader { get; }

Property Value

Header

CurrentUpdateContext

Declaration

cs-api-definition
public UILayerUpdateContext CurrentUpdateContext { get; }

Property Value

UILayerUpdateContext

IsInvalidated

Declaration

cs-api-definition
public bool IsInvalidated { get; }

Property Value

bool

Implements IUIProvider.IsInvalidated

IsRemoved

Declaration

cs-api-definition
public bool IsRemoved { get; }

Property Value

bool

Implements IUIProvider.IsRemoved

SectionBox

Declaration

cs-api-definition
public SectionLayoutBox SectionBox { get; }

Property Value

SectionLayoutBox

Methods

Arrange(UILayerUpdateContext)

Declaration

cs-api-definition
public void Arrange(UILayerUpdateContext uILayerUpdateContext)

Parameters

uILayerUpdateContext

UILayerUpdateContext

Implements IUIProvider.Arrange(UILayerUpdateContext)

GetUIElements(UILayerUpdateContext)

Declaration

cs-api-definition
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

Returns

IEnumerable<UIElement>

Implements IUIProvider.GetUIElements(UILayerUpdateContext)

ReleaseElements()

Declaration

cs-api-definition
public void ReleaseElements()

Implements IUIProvider.ReleaseElements()

UpdateUI(UILayerUpdateContext)

Declaration

cs-api-definition
public void UpdateUI(UILayerUpdateContext uILayerUpdateContext)

Parameters

uILayerUpdateContext

UILayerUpdateContext

Implements IUIProvider.UpdateUI(UILayerUpdateContext)