New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

C#
public SectionColumnsSeparatorLayer()

Properties

Gets the name of the section columns separator layer.

C#
public override string Name { get; }
Property Value:

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

Overrides: DecorationUILayerBase.Name

Methods

Updates the viewport override for the section columns separator layer.

C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

The context that provides information for updating the UI layer.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)