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