Class VerticalSnappingLine
Object encapsulates information about vertical line used in snapping to items.
Inheritance
System.Object
VerticalSnappingLine
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class VerticalSnappingLine : Object
Properties
End
The end point of the line.
Declaration
public Nullable<Point> End { get; }
Property Value
System.Nullable<System.Windows.Point>
|
Start
The start point of the line.
Declaration
public Nullable<Point> Start { get; }
Property Value
System.Nullable<System.Windows.Point>
|