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

Overlay

Class

A panel that handles rendering of decorations in TableBase.

Definition

Namespace:Telerik.Windows.Controls.Pivot

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

C#
public abstract class Overlay : Control

Inheritance: objectOverlay

Derived Classes: EditOverlaySelectionOverlay

Constructors

C#
protected Overlay()

Properties

Gets a ITableMetrics instance with data about the table layout.

C#
protected ITableMetrics Metrics { get; }

Root

FrameworkElement

Gets a FrameworkElement instance which is the root of the overlay table.

C#
protected FrameworkElement Root { get; }

Methods

Handles changes to the Metrics.

C#
protected virtual void OnMetricsChanged()

Handles changes to the Root.

C#
protected virtual void OnRootChanged()