ClassDragRelationSlotContainer
Class representing the container drawing the relation item.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
public class DragRelationSlotContainer : Control, IDataContainer
Inheritance: objectDragRelationSlotContainer
Implements:
Constructors
DragRelationSlotContainer()
Initializes a new instance of the DragRelationSlotContainer class.
Declaration
public DragRelationSlotContainer()
Fields
ArrowThicknessProperty
Identifies the ArrowThickness dependency property.
Declaration
public static readonly DependencyProperty ArrowThicknessProperty
Field Value
DependencyProperty
MinEdgeLengthProperty
Identifies the MinEdgeLength dependency property.
Declaration
public static readonly DependencyProperty MinEdgeLengthProperty
Field Value
DependencyProperty
Properties
ArrowThickness
Gets or sets the ArrowThickness that defines the thickness of the DragRelationSlotContainer.
DataItem
Gets or sets the data item.
Declaration
public object DataItem { get; set; }
Property Value
The data item.
Implements
MinEdgeLength
Gets or sets the MinEdgeLength.
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size
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()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.