A control that renders an arrow.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[ObfuscationAttribute(Exclude = true, ApplyToMembers = true, StripAfterObfuscation = false)]
public class ArrowControl : ContentControl
Visual Basic
<ObfuscationAttribute(Exclude := True, ApplyToMembers := True,  _
	StripAfterObfuscation := False)> _
Public Class ArrowControl _
	Inherits ContentControl

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                yWorks.yFiles.UI.Drawing..::..ArrowControl

See Also