Class
SectionColumnsSeparatorLayer

Represents the layer that manages the sections' column separators in the document UI.

Definition

Namespace:Telerik.Windows.Documents.UI.Layers.SectionDecorationLayers

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SectionColumnsSeparatorLayer : DecorationUILayerBase, IUILayer

Inheritance: objectDecorationUILayerBaseSectionColumnsSeparatorLayer

Implements: IUILayer

Inherited Members DecorationUILayerBase.ClearChildren()DecorationUILayerBase.ArrangeChildren()DecorationUILayerBase.GetLayerUIElement()DecorationUILayerBase.DoOnPresentationChanged()DecorationUILayerBase.UpdateViewPort(UILayerUpdateContext)DecorationUILayerBase.AddDecorationElement(UIElement)DecorationUILayerBase.Clear()DecorationUILayerBase.OnDocumentChanging()DecorationUILayerBase.OnDocumentChanged()DecorationUILayerBase.ShouldUpdateWhenNotInvalidatedDecorationUILayerBase.ShouldClipDecorationUILayerBase.IsHitTestVisibleDecorationUILayerBase.Document

Constructors

SectionColumnsSeparatorLayer()

Declaration

cs-api-definition
public SectionColumnsSeparatorLayer()

Properties

Name

Gets the name of the section columns separator layer.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

A string that represents the name of the section columns separator layer.

Overrides DecorationUILayerBase.Name

Methods

UpdateUIViewPortOverride(UILayerUpdateContext)

Updates the viewport override for the section columns separator layer.

Declaration

cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

The context that provides information for updating the UI layer.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)