alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class EndPointVisuals

    Contains static GraphicsPath objects that can be used for the visual representation of ports.

    Inheritance
    System.Object
    EndPointVisuals
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class EndPointVisuals : Object

    Constructors

    EndPointVisuals()

    Declaration
    public EndPointVisuals()

    Properties

    Circle

    Gets circle visual.

    Declaration
    public static GraphicsPath Circle { get; }
    Property Value
    Type
    System.Drawing.Drawing2D.GraphicsPath

    ClosedArrow

    Gets closed arrow visual.

    Declaration
    public static GraphicsPath ClosedArrow { get; }
    Property Value
    Type
    System.Drawing.Drawing2D.GraphicsPath

    Diamond

    Gets diamond visual.

    Declaration
    public static GraphicsPath Diamond { get; }
    Property Value
    Type
    System.Drawing.Drawing2D.GraphicsPath

    OpenArrow

    Gets open arrow visual.

    Declaration
    public static GraphicsPath OpenArrow { get; }
    Property Value
    Type
    System.Drawing.Drawing2D.GraphicsPath
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved