A template the visualizes a snap line that snaps an object between two other objects so that the distances to the enclosing objects are equal.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class InBetweenSnapLineTemplatePaintable : SnapLineTemplatePaintable
Visual Basic
Public Class InBetweenSnapLineTemplatePaintable _
	Inherits SnapLineTemplatePaintable

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Drawing..::..TemplatePaintable
    yWorks.yFiles.UI.Drawing..::..SnapLineTemplatePaintable
      yWorks.yFiles.UI.Drawing..::..InBetweenSnapLineTemplatePaintable

See Also