Class LayoutControlDropIndicator
Represents a control that is used to indicate where the currently dragged item of a RadLayoutControl will be placed.
Inheritance
Namespace: Telerik.Windows.Controls.LayoutControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class LayoutControlDropIndicator : Control, IThemable
Constructors
LayoutControlDropIndicator()
Declaration
public LayoutControlDropIndicator()
Fields
IsDropTargetProperty
Identifies the Label dependency property.
Declaration
public static readonly DependencyProperty IsDropTargetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsDropTarget
Gets a value indicating whether this indicator is the current drop target of the drag operation in a RadLayoutControl.
Declaration
public bool IsDropTarget { get; }
Property Value
System.Boolean
|
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()