WPF

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

    Show / Hide Table of Contents

    Interface IConnectorSegment

    Represents the base for all the connector segments.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IConnectorSegment : INotifyPropertyChanged

    Properties

    BezierSmoothness

    Gets or sets a BezierSmoothness of the connector segment.

    Declaration
    BezierSmoothness BezierSmoothness { get; set; }
    Property Value
    Type Description
    BezierSmoothness

    Constraints

    Gets or sets a SegmentConstraints to add or remove behaviors for connector segment.

    Declaration
    SegmentConstraints Constraints { get; set; }
    Property Value
    Type Description
    SegmentConstraints
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved