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:
public class LayoutControlManipulationPane : Control
Inheritance: objectLayoutControlManipulationPane
Constructors
public LayoutControlManipulationPane()
Fields
ContextItemProperty
DependencyProperty
Identifies the ContextItem dependency property.
public static readonly DependencyProperty ContextItemProperty
Properties
ContextItem
FrameworkElement
Gets the element that will be manipulated.
public FrameworkElement ContextItem { get; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
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.
protected override void OnMouseDown(MouseButtonEventArgs e)
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.
protected override void OnMouseMove(MouseEventArgs e)
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.
protected override void OnMouseUp(MouseButtonEventArgs e)
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the mouse button was released.
Resets the theme.
public void ResetTheme()