ClassDockDecoration
Class
Represents the visual decoration applied to docked elements in the docking framework.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
cs-api-definition
public abstract class DockDecoration : Control
Inheritance: objectDockDecoration
Derived Classes:
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
cs-api-definition
public override void OnApplyTemplate()