menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeadEndPointWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeadEndPointWrapper

    Inheritance
    System.Object
    HeadEndPointWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class HeadEndPointWrapper

    Constructors

    HeadEndPointWrapper()

    Declaration
    public HeadEndPointWrapper()

    Properties

    AllowMoveX

    Declaration
    public bool AllowMoveX { get; set; }
    Property Value
    Type
    System.Boolean

    AllowMoveY

    Declaration
    public bool AllowMoveY { get; set; }
    Property Value
    Type
    System.Boolean

    InheritContainerMeasureUnits

    Declaration
    public bool InheritContainerMeasureUnits { get; set; }
    Property Value
    Type
    System.Boolean

    Location

    Declaration
    public PointF Location { get; set; }
    Property Value
    Type
    System.Drawing.PointF

    MeasureUnit

    Declaration
    public MeasureUnits MeasureUnit { get; set; }
    Property Value
    Type
    MeasureUnits

    Port

    Declaration
    public ConnectionPointWrapper Port { get; set; }
    Property Value
    Type
    ConnectionPointWrapper

    Methods

    Deserialize(EndPoint)

    Declaration
    public void Deserialize(EndPoint point)
    Parameters
    Type Name Description
    EndPoint point

    Serialize(EndPoint)

    Declaration
    public void Serialize(EndPoint point)
    Parameters
    Type Name Description
    EndPoint point
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved