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
Initializes a new instance of the DragRelationSlotContainer class.
public DragRelationSlotContainer()
Fields
ArrowThicknessProperty
DependencyProperty
Identifies the ArrowThickness dependency property.
public static readonly DependencyProperty ArrowThicknessProperty
MinEdgeLengthProperty
DependencyProperty
Identifies the MinEdgeLength dependency property.
public static readonly DependencyProperty MinEdgeLengthProperty
Properties
Gets or sets the ArrowThickness that defines the thickness of the DragRelationSlotContainer.
public double ArrowThickness { get; set; }
Gets or sets the data item.
public object DataItem { get; set; }
The data item.
Implements:
Gets or sets the MinEdgeLength.
public double MinEdgeLength { get; set; }
Methods
GetVisualsMargin(bool, bool, bool)
Thickness
protected override Size MeasureOverride(Size availableSize)
Size
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()