ClassSectionColumnsSeparatorLayer
Class
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:
Inherited Members
Constructors
SectionColumnsSeparatorLayer()
Declaration
cs-api-definition
public SectionColumnsSeparatorLayer()
Properties
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
The context that provides information for updating the UI layer.
Overrides