WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EndPointVisuals - WindowsForms API Reference | Syncfusion

    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
    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: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class EndPointVisuals

    Constructors

    EndPointVisuals()

    Declaration
    public EndPointVisuals()

    Properties

    Circle

    Gets circle visual.

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

    ClosedArrow

    Gets closed arrow visual.

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

    Diamond

    Gets diamond visual.

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

    OpenArrow

    Gets open arrow visual.

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