New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class LayoutControlManipulationPane : Control

Inheritance: objectLayoutControlManipulationPane

Constructors

C#
public LayoutControlManipulationPane()

Fields

ContextItemProperty

DependencyProperty

Identifies the ContextItem dependency property.

C#
public static readonly DependencyProperty ContextItemProperty

Properties

ContextItem

FrameworkElement

Gets the element that will be manipulated.

C#
public FrameworkElement ContextItem { get; }

Methods

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

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.

C#
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

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.

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.

C#
protected override void OnMouseMove(MouseEventArgs e)
Parameters:eMouseEventArgs

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

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.

C#
protected override void OnMouseUp(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

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

Resets the theme.

C#
public void ResetTheme()