Class DependencyIndicator
Inheritance
System.Object
DependencyIndicator
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class DependencyIndicator : Control, IDragOverAware, IThemable
Constructors
DependencyIndicator()
Declaration
public DependencyIndicator()
Fields
IsDragOverProperty
Declaration
public static readonly DependencyProperty IsDragOverProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsDragOver
Declaration
public bool IsDragOver { get; }
Property Value
System.Boolean
|
Methods
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
|
GoToState(Boolean, String[])
Declaration
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters
System.Boolean
useTransitions
|
System.String[]
stateNames
|
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. |
OnMouseEnter(MouseEventArgs)
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
|
OnMouseLeave(MouseEventArgs)
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()