Represents a control allowing mouse-over indication for the element that is under the mouse when the RadLayoutControl is in edit mode.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class LayoutControlMouseOverIndicator : Control
Inheritance: objectLayoutControlMouseOverIndicator
Constructors
C#
public LayoutControlMouseOverIndicator()
Fields
ContextItemProperty
DependencyProperty
Identifies the ContextItem dependency property.
C#
public static readonly DependencyProperty ContextItemProperty
Properties
ContextItem
FrameworkElement
Gets the element that this indicator is over.
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)
The RoutedEventArgs that contains the event data.
Resets the theme.
C#
public void ResetTheme()