Class DragRelationSlotContainer
Class representing the container drawing the relation item.
Inheritance
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class DragRelationSlotContainer : Control, IDataContainer, IThemable
Constructors
DragRelationSlotContainer()
Initializes a new instance of the Drag
Declaration
public DragRelationSlotContainer()
Fields
ArrowThicknessProperty
Identifies the Arrow
Declaration
public static readonly DependencyProperty ArrowThicknessProperty
Field Value
System.
|
MinEdgeLengthProperty
Identifies the Min
Declaration
public static readonly DependencyProperty MinEdgeLengthProperty
Field Value
System.
|
Properties
ArrowThickness
Gets or sets the ArrowThickness that defines the thickness of the DragRelationSlotContainer.
Declaration
public double ArrowThickness { get; set; }
Property Value
System.
|
DataItem
Gets or sets the data item.
Declaration
public object DataItem { get; set; }
Property Value
System. The data item. |
Implements
MinEdgeLength
Gets or sets the MinEdgeLength.
Declaration
public double MinEdgeLength { get; set; }
Property Value
System.
|
Methods
GetVisualsMargin(Boolean, Boolean, Boolean)
Declaration
protected virtual Thickness GetVisualsMargin(bool isTimeReversed, bool isArrowReversed, bool isSameSide)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|
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 System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()