Class SnappingLinesCalculatedEventArgs
Event arguments containing information about snapping lines.
Inheritance
System.Object
System.EventArgs
SnappingLinesCalculatedEventArgs
Inherited Members
System.EventArgs.Empty
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 SnappingLinesCalculatedEventArgs : EventArgs
Properties
HorizontalSnappingLines
The horizontal snapping lines.
Declaration
public IEnumerable<HorizontalSnappingLine> HorizontalSnappingLines { get; }
Property Value
System.Collections.Generic.IEnumerable<HorizontalSnappingLine>
|
VerticalSnappingLines
The vertical snapping lines.
Declaration
public IEnumerable<VerticalSnappingLine> VerticalSnappingLines { get; }
Property Value
System.Collections.Generic.IEnumerable<VerticalSnappingLine>
|