Class DockDecoration
Represents the visual decoration applied to docked elements in the docking framework.
Inheritance
System.Object
DockDecoration
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public abstract class DockDecoration : Control
Methods
OnApplyTemplate()
Invoked whenever the template is applied to the control. This method is responsible for initializing the visual elements defined in the template and setting up any necessary state prior to rendering.
Declaration
public override void OnApplyTemplate()