Class
LayoutControlManipulationPane

Represents a control allowing modifications over the properties of the selected LayoutItem in the RadLayoutControl.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class LayoutControlManipulationPane : Control

Inheritance: objectLayoutControlManipulationPane

Constructors

LayoutControlManipulationPane()

Declaration

cs-api-definition
public LayoutControlManipulationPane()

Fields

ContextItemProperty

Identifies the ContextItem dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ContextItemProperty

Field Value

DependencyProperty

Properties

ContextItem

Gets the element that will be manipulated.

Declaration

cs-api-definition
public FrameworkElement ContextItem { get; }

Property Value

FrameworkElement

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnMouseDown(MouseButtonEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration

cs-api-definition
protected override void OnMouseDown(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

The System.Windows.Input.MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.

OnMouseMove(MouseEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration

cs-api-definition
protected override void OnMouseMove(MouseEventArgs e)

Parameters

e

MouseEventArgs

The System.Windows.Input.MouseEventArgs that contains the event data.

OnMouseUp(MouseButtonEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration

cs-api-definition
protected override void OnMouseUp(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the mouse button was released.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()