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:
C#
public class SectionColumnsSeparatorLayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseSectionColumnsSeparatorLayer
Implements:
Inherited Members
Constructors
C#
public SectionColumnsSeparatorLayer()
Properties
Methods
Updates the viewport override for the section columns separator layer.
C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context that provides information for updating the UI layer.
Overrides: