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 DragResizeVisualCue class.
Declaration
public DragResizeVisualCue()
Fields
CueTemplateSelectorProperty
Identifies the CueTemplateSelector dependency property.
Declaration
public static readonly DependencyProperty CueTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty
|
EffectsProperty
Identifies the Effects dependency property.
Declaration
public static readonly DependencyProperty EffectsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CueTemplateSelector
Gets or sets the CueTemplateSelector. This is a dependency property.
Declaration
public DataTemplateSelector CueTemplateSelector { get; set; }
Property Value
DataTemplateSelector
|
Effects
Gets or sets the Effects. This is a dependency property.
Declaration
public DragDropEffects Effects { get; set; }
Property Value
DragDropEffects
|
Implements
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
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.Object
oldContent
The old value of the System.Windows.Controls.ContentControl.Content property. |
System.Object
newContent
The new value of the System.Windows.Controls.ContentControl.Content property. |