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
|
IsMouseOverProperty
Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsDragOver
Declaration
public bool IsDragOver { get; }
Property Value
System.Boolean
|
IsMouseOver
Declaration
public bool IsMouseOver { 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
|
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()