Class LayoutControlMouseOverIndicator
Represents a control allowing mouse-over indication for the element that is under the mouse when the RadLayoutControl is in edit mode.
Inheritance
Namespace: Telerik.Windows.Controls.LayoutControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class LayoutControlMouseOverIndicator : Control, IThemable
Constructors
LayoutControlMouseOverIndicator()
Declaration
public LayoutControlMouseOverIndicator()
Fields
ContextItemProperty
Identifies the ContextItem dependency property.
Declaration
public static readonly DependencyProperty ContextItemProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ContextItem
Gets the element that this indicator is over.
Declaration
public FrameworkElement ContextItem { get; }
Property Value
System.Windows.FrameworkElement
|
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()