Class RelationContainer
Inheritance
System.Object
RelationContainer
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class RelationContainer : Control, IDataContainer, ISupportsStates, IThemable
Constructors
RelationContainer()
Declaration
public RelationContainer()
Fields
ArrowThicknessProperty
Declaration
public static readonly DependencyProperty ArrowThicknessProperty
Field Value
System.Windows.DependencyProperty
|
IsMouseOverProperty
Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
System.Windows.DependencyProperty
|
MilestoneContainerMarginProperty
Declaration
public static readonly DependencyProperty MilestoneContainerMarginProperty
Field Value
System.Windows.DependencyProperty
|
MinEdgeLengthProperty
Declaration
public static readonly DependencyProperty MinEdgeLengthProperty
Field Value
System.Windows.DependencyProperty
|
SummaryContainerMarginProperty
Declaration
public static readonly DependencyProperty SummaryContainerMarginProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AreTooClose
Declaration
public bool AreTooClose { get; set; }
Property Value
System.Boolean
|
ArrowThickness
Declaration
public double ArrowThickness { get; set; }
Property Value
System.Double
|
DataItem
Declaration
public object DataItem { get; set; }
Property Value
System.Object
|
Implements
IsMouseOver
Declaration
public bool IsMouseOver { get; }
Property Value
System.Boolean
|
MilestoneContainerMargin
Declaration
public Thickness MilestoneContainerMargin { get; set; }
Property Value
System.Windows.Thickness
|
MinEdgeLength
Declaration
public double MinEdgeLength { get; set; }
Property Value
System.Double
|
SummaryContainerMargin
Declaration
public Thickness SummaryContainerMargin { get; set; }
Property Value
System.Windows.Thickness
|
Methods
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
|
GetVisualsMargin(IDateRange, IDateRange, Boolean, Boolean, Boolean)
Declaration
protected virtual Thickness GetVisualsMargin(IDateRange from, IDateRange to, bool isTimeReversed, bool isArrowReversed, bool isSameSide)
Parameters
IDateRange
from
|
IDateRange
to
|
System.Boolean
isTimeReversed
|
System.Boolean
isArrowReversed
|
System.Boolean
isSameSide
|
Returns
System.Windows.Thickness
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnMouseEnter(MouseEventArgs)
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
|
OnMouseLeave(MouseEventArgs)
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
Explicit Interface Implementations
ISupportsStates.GoToState(String)
Declaration
void ISupportsStates.GoToState(string stateName)
Parameters
System.String
stateName
|