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:
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; }