Class Overlay
A panel that handles rendering of decorations in TableBase.
Inheritance
System.Object
Overlay
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public abstract class Overlay : Control
Constructors
Overlay()
Declaration
protected Overlay()
Properties
Metrics
Gets a ITableMetrics instance with data about the table layout.
Declaration
protected ITableMetrics Metrics { get; }
Property Value
ITableMetrics
|
Root
Gets a System.Windows.FrameworkElement instance which is the root of the overlay table.
Declaration
protected FrameworkElement Root { get; }
Property Value
System.Windows.FrameworkElement
|