Class DragResizeVisualCue
Inheritance
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class DragResizeVisualCue : ContentControl, IEffectsPresenter
Constructors
DragResizeVisualCue()
Initializes a new instance of the Drag
Declaration
public DragResizeVisualCue()
Fields
CueTemplateSelectorProperty
Identifies the CueTemplateSelector dependency property.
Declaration
public static readonly DependencyProperty CueTemplateSelectorProperty
Field Value
System.
|
EffectsProperty
Identifies the Effects dependency property.
Declaration
public static readonly DependencyProperty EffectsProperty
Field Value
System.
|
Properties
CueTemplateSelector
Gets or sets the CueTemplateSelector. This is a dependency property.
Declaration
public DataTemplateSelector CueTemplateSelector { get; set; }
Property Value
System.
|
Effects
Gets or sets the Effects. This is a dependency property.
Declaration
public DragDropEffects Effects { get; set; }
Property Value
System.
|
Implements
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.
Declaration
public override void OnApplyTemplate()
OnContentChanged(Object, Object)
Called when the System.Windows.Controls.ContentControl.Content property changes.
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System. The old value of the System.Windows.Controls.ContentControl.Content property. |
System. The new value of the System.Windows.Controls.ContentControl.Content property. |