Skip to main content

DependencyViewInfo Members

Provides information on the visual representation of the dependency.

Constructors

Name Description
DependencyViewInfo() Initializes a new instance of the DependencyViewInfo class with default settings.
DependencyViewInfo(Point, Point) Initializes a new instance of the DependencyViewInfo class with the specified start and end points.

Properties

Name Description
Appearance Provides access to an object used to specify the appearance of the dependency object.
Dependencies Gets a collection of dependencies for which the current view info is calculated.
End Gets or sets the ending point of a visual dependency object.
EndAppointmentViewInfo Gets information about the position of a dependent appointment in the dependency link.
HitTestType Gets a value identifying the type of the visual element located under the test point.
Interval Overrides the corresponding method of the base class to hide it.
Items Provides access to a collection of graphic elements, such as roundings or arrows, drawn within a dependency object.
LineEnd Gets or sets the start point of a dependency line.
LineStart Gets or sets the start point of a dependency line.
Resource Overrides the corresponding value of the base class to hide it. Always returns an empty resource.
SelectedAppearance Provides access to an object used to specify the appearance of the selected dependency.
Start Gets or sets the starting point of a visual dependency object.
StartAppointmentViewInfo Gets information about the position of a parent appointment in the dependency link.

Methods

Name Description
Dispose() Disposes of the DependencyViewInfo object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the visual dependency location.
See Also