Skip to main content

DependencyViewInfo.Start Property

Gets or sets the starting point of a visual dependency object.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public Point Start { get; set; }

Property Value

Type Description
Point

A Point object specifying the point at which the dependency starts.

Remarks

To obtain the point where the dependency line starts, use the DependencyViewInfo.LineStart property.

See Also