ClassOverlay
Class
A panel that handles rendering of decorations in TableBase.
Definition
Namespace:Telerik.Windows.Controls.Pivot
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
cs-api-definition
public abstract class Overlay : Control
Inheritance: objectOverlay
Derived Classes:
Constructors
Overlay()
Declaration
cs-api-definition
protected Overlay()
Properties
Metrics
Gets a ITableMetrics instance with data about the table layout.
Root
Gets a FrameworkElement instance which is the root of the overlay table.
Declaration
cs-api-definition
protected FrameworkElement Root { get; }
Property Value
FrameworkElement
Methods
OnMetricsChanged()
Handles changes to the Metrics.
Declaration
cs-api-definition
protected virtual void OnMetricsChanged()
OnRootChanged()
Handles changes to the Root.
Declaration
cs-api-definition
protected virtual void OnRootChanged()